package cn.com.goldenwater.dcproj.service; import cn.com.goldenwater.core.service.CrudService; import cn.com.goldenwater.dcproj.model.BisInspStstnPb; import cn.com.goldenwater.dcproj.param.BisInspStstnPbParam; /** * @author lhc * @date 2023年6月12日 */ public interface BisInspStstnPbService extends CrudService { // ------------------------- 自定方法 ------------------------- }