namespace ShwasherSys.ProductionOrderInfo.Dto { public class QueryOutsourcingReportDto { public int Year { get; set; } public int? Month { get; set; } } }