package cn.com.goldenwater.dcproj.service; import cn.com.goldenwater.core.service.CrudService; import cn.com.goldenwater.dcproj.model.BisInspRsfcoRgstrBaseInfo; import cn.com.goldenwater.dcproj.param.BisInspRsfcoRgstrBaseInfoParam; /** * @author lune * @date 2021年3月29日 */ public interface BisInspRsfcoRgstrBaseInfoService extends CrudService { // ------------------------- 自定方法 ------------------------- }