zss
2024-04-16 c219f11b51903d5aeb4c7ca261df593597aa7fe2
inspect-server/src/main/java/com/yuanchu/mom/service/InsReportService.java
@@ -23,4 +23,12 @@
    int upReportUrl(Integer id);
    //提交
    int writeReport(Integer id);
    //审核
    int examineReport(Integer id, Integer isExamine, String examineTell);
    //批准
    int ratifyReport(Integer id, Integer isRatify, String ratifyTell);
}