예제 #1
0
 public Ck4cReportDto()
 {
     Ck4cItemList = new List <Ck4cReportItemDto>();
     Detail       = new Ck4cReportInformationDto();
     HeaderFooter = new HEADER_FOOTER_MAPDto();
     Ck4cTotal    = new Ck4cTotalProd();
 }
예제 #2
0
 public Pbck1ReportDto()
 {
     ProdPlanList         = new List <Pbck1ReportProdPlanDto>();
     Detail               = new Pbck1ReportInformationDto();
     RealisasiP3Bkc       = new List <Pbck1RealisasiP3BkcDto>();
     HeaderFooter         = new HEADER_FOOTER_MAPDto();
     SummaryProdPlantList = new List <Pbck1ReportSummaryProdPlanDto>();
 }
예제 #3
0
 public Pbck73PrintOutDto()
 {
     Items        = new List <Pbck73ItemPrintOutDto>();
     HeaderFooter = new HEADER_FOOTER_MAPDto();
 }