| | |
| | | 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; |
| | |
| | | |
| | | String wordToHtml(String path); |
| | | |
| | | void wordToPdf(String path); |
| | | |
| | | int inReport(String url, Integer id); |
| | | |
| | | int upReportUrl(Integer id); |
| | |
| | | |
| | | //批准 |
| | | int ratifyReport(Integer id, Integer isRatify, String ratifyTell); |
| | | |
| | | int wordInsertUrl(Map<String, Object> map, String url); |
| | | } |