示例#1
0
        public DataTable GetShiftPattern(int pintProductionLineID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetShiftPattern(pintProductionLineID));
        }