|
|
@ -135,7 +135,7 @@ public interface IMesReportWorkService {
|
|
|
|
|
|
|
|
|
|
|
|
int deleteReportNow(String reportCode);
|
|
|
|
int deleteReportNow(String reportCode);
|
|
|
|
|
|
|
|
|
|
|
|
R preReportRow(MesReportWork mesReportWork);
|
|
|
|
R preReportRow(MesReportWork mesReportWork) throws Exception;
|
|
|
|
|
|
|
|
|
|
|
|
List<MesDailyReportVo> getDailyReportNew(MesDailyReportVo mesDailyReportVo);
|
|
|
|
List<MesDailyReportVo> getDailyReportNew(MesDailyReportVo mesDailyReportVo);
|
|
|
|
List<MesDailyReportVo> getDailyReportExportNew(MesDailyReportVo mesDailyReportVo);
|
|
|
|
List<MesDailyReportVo> getDailyReportExportNew(MesDailyReportVo mesDailyReportVo);
|
|
|
|