zhanghua
2024-09-05 e314e414656a731f4ef35e51c0349ea608ec2fe0
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);
}