package cn.com.goldenwater.dcproj.service; import cn.com.goldenwater.core.service.CrudService; import cn.com.goldenwater.dcproj.model.BisInspRsvrSdFclty; import cn.com.goldenwater.dcproj.param.BisInspRsvrSdFcltyParam; import com.github.pagehelper.PageInfo; import java.util.List; /** * @author lhc * @date 2022-3-14 */ public interface BisInspRsvrSdFcltyService extends CrudService { // ------------------------- 自定方法 ------------------------- }