package cn.com.goldenwater.dcproj.service; import cn.com.goldenwater.core.service.CrudService; import cn.com.goldenwater.dcproj.model.BisRdwspRgstrPoor; import cn.com.goldenwater.dcproj.param.BisRdwspRgstrPoorParam; /** * @author lune * @date 2020-10-9 */ public interface BisRdwspRgstrPoorService extends CrudService { // ------------------------- 自定方法 ------------------------- }