mg
2022-10-20 9299e747e05d1bc733ce146825d15a48b8c86182
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);
}