0e3ac1a39f2acdd02a63e64cd6fd68f5b4a55ca2.svn-base 547 B

12345678910111213141516171819
  1. package cn.com.goldenwater.dcproj.service;
  2. import cn.com.goldenwater.core.service.CrudService;
  3. import cn.com.goldenwater.dcproj.model.BisInspSvwtWuntRgstrWsusw;
  4. import cn.com.goldenwater.dcproj.param.BisInspSvwtWuntRgstrWsuswParam;
  5. import com.github.pagehelper.PageInfo;
  6. import java.util.List;
  7. /**
  8. * @author lune
  9. * @date 2019-9-18
  10. */
  11. public interface BisInspSvwtWuntRgstrWsuswService extends CrudService<BisInspSvwtWuntRgstrWsusw, BisInspSvwtWuntRgstrWsuswParam> {
  12. // ------------------------- 自定方法 -------------------------
  13. }