a2ea563642b73b4b4e6dd77fe15ce381163d8c80.svn-base 521 B

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