Esempio n. 1
0
 public static DataTable ExecuteProDayReportDetails(string category, string sj, string deptId, string itemId,
                                                    string resultId, int rowN, int tRowN)
 {
     return(SysInfoQueryDal.ExecuteProDayReportDetails(category, sj, deptId, itemId, resultId, rowN, tRowN));
 }