baizonghao
2023-02-24 bee1fe3c6f0bf1fe56672f71a001741bc8e9517d
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);
}