inspect-server/src/main/java/com/yuanchu/mom/service/InsReportService.java
@@ -17,4 +17,18 @@ Map<String,Object> pageInsReport(Page page, ReportPageDto reportPageDto); String wordToHtml(String path); int inReport(String url, Integer id); int upReportUrl(Integer id); //提交 int writeReport(Integer id); //审核 int examineReport(Integer id, Integer isExamine, String examineTell); //批准 int ratifyReport(Integer id, Integer isRatify, String ratifyTell); }