package cn.com.goldenwater.dcproj.service; import cn.com.goldenwater.core.service.CrudService; import cn.com.goldenwater.dcproj.model.AttCwsBase; import cn.com.goldenwater.dcproj.model.BisZhejiangCountryFee; import cn.com.goldenwater.dcproj.param.BisZhejiangCountryFeeParam; import cn.com.goldenwater.dcproj.param.CwsParam; import com.github.pagehelper.PageInfo; import java.util.List; /** * @author lune * @date 2020-5-11 */ public interface BisZhejiangCountryFeeService extends CrudService { void updateWaterOrPay(String rgstrId); PageInfo pageNotDC(CwsParam cwsParam); // ------------------------- 自定方法 ------------------------- }