value
2024-04-25 44f4c17ed71ccaf151d600836f7ef32a8c2dbaea
inspect-server/src/main/java/com/yuanchu/mom/service/InsReportService.java
@@ -1,7 +1,6 @@
package com.yuanchu.mom.service;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.yuanchu.mom.dto.InsOrderPlanDTO;
import com.yuanchu.mom.dto.ReportPageDto;
import com.yuanchu.mom.pojo.InsReport;
import com.baomidou.mybatisplus.extension.service.IService;
@@ -19,4 +18,20 @@
    String wordToHtml(String path);
    void wordToPdf(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);
    int wordInsertUrl(Map<String, Object> map, String url);
}