package cn.com.goldenwater.dcproj.service; import cn.com.goldenwater.core.service.CrudService; import cn.com.goldenwater.dcproj.model.BisInspSvwtWuntRgstrWsusw; import cn.com.goldenwater.dcproj.param.BisInspSvwtWuntRgstrWsuswParam; import com.github.pagehelper.PageInfo; import java.util.List; /** * @author lune * @date 2019-9-18 */ public interface BisInspSvwtWuntRgstrWsuswService extends CrudService { // ------------------------- 自定方法 ------------------------- }