JYW
2024-04-23 dd57e7785687fa49096a2853589a02a29c37931d
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);
}