双重预防项目-国泰新华二开定制版
zhouwenxuan
2023-07-12 4de0fb84ef81e08b507409c46607ea158b233195
src/main/java/com/ruoyi/doublePrevention/repository/PreventCJReportCheckTaskFromWorkRepository.java
@@ -31,4 +31,14 @@
    int insertTaskFromWorkList(PreventCJReportCheckTaskFromWork cjTaskFromWork);
    PreventCJReportCheckTaskFromWork geByMeasureUUidAndJobId(String measureUuid, Long jobId);
    List<PreventCJReportCheckTaskFromWork> listWork();
    int updateInfo(PreventCJReportCheckTaskFromWork work);
    List<PreventCJReportCheckTaskFromWork> listWork1();
    int updateInfo1(PreventCJReportCheckTaskFromWork work);
}