QueryOutsourcingReportDto.cs 185 B

12345678
  1. namespace ShwasherSys.ProductionOrderInfo.Dto
  2. {
  3. public class QueryOutsourcingReportDto
  4. {
  5. public int Year { get; set; }
  6. public int? Month { get; set; }
  7. }
  8. }