package cn.com.goldenwater.dcproj.service; import cn.com.goldenwater.core.service.CrudService; import cn.com.goldenwater.dcproj.model.BisInspWtgthRgstrPay; import cn.com.goldenwater.dcproj.param.BisInspWtgthRgstrPayParam; import com.github.pagehelper.PageInfo; import java.util.List; /** * @author lhc * @date 2020-10-13 */ public interface BisInspWtgthRgstrPayService extends CrudService { // ------------------------- 自定方法 ------------------------- }