zhanghua
2024-09-05 8ba8e90f1e44f0ffc0f59ac9a13c8ca113b55b8c
ycl-platform/src/main/java/com/ycl/service/caseHandler/IDisposeRecordService.java
@@ -22,5 +22,7 @@
    Page<MyBacklogVO> listMyTask(String num, Long userId, Short type, Short source, Short time, Integer current, Integer pageSize);
    Long listMyTaskCount(String num, Long userId, Short type, Short source, Short time);
    CommonResult saveOrUpdateUpload(UploadDisposingResultParam uploadDisposingResultParam);
}