package cn.com.goldenwater.dcproj.service; import cn.com.goldenwater.core.service.CrudService; import cn.com.goldenwater.dcproj.model.BisInspRsvrRgstrChkInfo; import cn.com.goldenwater.dcproj.param.BisInspRsvrRgstrChkInfoParam; /** * @author lune * @date 2021年4月14日 */ public interface BisInspRsvrRgstrChkInfoService extends CrudService { // ------------------------- 自定方法 ------------------------- }