zouyu
9 小时以前 2cf06285f64311722cbf79fd5635b16718635e5e
inspect-server/src/main/java/com/ruoyi/inspect/service/InsUnqualifiedHandlerService.java
@@ -1,6 +1,7 @@
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;
@@ -26,7 +27,7 @@
    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);
@@ -36,8 +37,9 @@
    UnqualifiedHandlerDto getUnqualifiedHandler(Integer id);
    boolean deleteUnqualifiedHandler(Integer id);
    boolean deleteUnqualifiedHandler(String groupId);
    void exportUnqualifiedHandler(UnqualifiedHandlerDto unqualifiedHandlerDto, HttpServletResponse response);
    List<Integer> getList();
}