| | |
| | | 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; |
| | |
| | | |
| | | 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(); |
| | | } |