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