| | |
| | | package com.ruoyi.inspect.service; |
| | | |
| | | import com.alibaba.fastjson.JSONArray; |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | |
| | | import com.ruoyi.inspect.pojo.InsUnqualifiedHandler; |
| | | import com.ruoyi.inspect.vo.UnqualifiedHandlerVO; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | |
| | | |
| | | Result pushOA(PushOADto pushOADto); |
| | | |
| | | void unqualifiedHandlerOACallback(Long oaWorkId, String checkResult, JSONArray objects); |
| | | void unqualifiedHandlerOACallback(Long oaWorkId, String checkResult, JSONObject response); |
| | | |
| | | List<CommonOa> getOaFlow(Integer id); |
| | | |
| | |
| | | |
| | | UnqualifiedHandlerDto getUnqualifiedHandler(Integer id); |
| | | |
| | | boolean deleteUnqualifiedHandler(Integer id); |
| | | boolean deleteUnqualifiedHandler(String groupId); |
| | | |
| | | void exportUnqualifiedHandler(UnqualifiedHandlerDto unqualifiedHandlerDto, HttpServletResponse response); |
| | | |
| | | List<Integer> getList(); |
| | | } |