zhanghua
2024-01-21 bc8074c56893eac3eb5002dcefeacd644d827a29
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.ycl.service.caseHandler;
 
import com.ycl.dto.caseHandler.ChechParam;
 
/**
 * <p>
 * 审核处理
 * </p>
 *
 * @author mg
 * @since 2022-10-02
 */
public interface ICheckHandleService {
    Boolean check(ChechParam chechParam);
}