package cn.com.goldenwater.dcproj.service; import cn.com.goldenwater.core.service.CrudService; import cn.com.goldenwater.dcproj.model.BisInspRlrwRgstr; import cn.com.goldenwater.dcproj.param.BisInspRlrwRgstrParam; import com.github.pagehelper.PageInfo; import java.util.Map; /** * @author lhc * @date 2021-1-19 */ public interface BisInspRlrwRgstrService extends CrudService { // ------------------------- 自定方法 ------------------------- // ------------------------- 自定方法 ------------------------- BisInspRlrwRgstr save(BisInspRlrwRgstr bisInspRlrwRgstr); PageInfo findRlrwPageInfo(BisInspRlrwRgstrParam bisInspRlrwRgstrParam); void updateState(Map map); }