| | |
| | | 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; |
| | |
| | | |
| | | Map<String,Object> pageInsReport(Page page, ReportPageDto reportPageDto); |
| | | |
| | | 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); |
| | | } |