4dd977ce2d8ab15d1c5dc0ffb769a95f7aeccb44.svn-base 542 B

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