zxl
2025-04-17 51f67136d3f6ff27a9f879b8c13bd308a7a733e1
ycl-server/src/main/java/com/ycl/platform/service/IYwThresholdService.java
@@ -131,7 +131,7 @@
     *
     * @param response
     */
    void whiteExport(HttpServletResponse response) throws IOException;;
    void whiteExport(HttpServletResponse response) throws IOException;
    /**
     * 批量导入工单白名单
     *
@@ -141,4 +141,8 @@
    public Map<String, YwThreshold> getYwThresholdMap(String name);
    public <T extends Comparable<T>> void check(String key, T value, String serialNumber, Map<String, YwThreshold> thresholds, WorkOrder workOrder, CompareType compareType, String errorType);
    Result addBatch (WorkOrderWhite workOrderWhite);
}