afd84a48dbaa01f50908d636f28c11b5668e0740.svn-base 562 B

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