81a1c74636be5b145733bda53e2ba628f9acc99d.svn-base 479 B

12345678910111213141516
  1. package cn.com.goldenwater.dcproj.service;
  2. import cn.com.goldenwater.core.service.CrudService;
  3. import cn.com.goldenwater.dcproj.model.BisInspRssfdrRgstrImplmt;
  4. import cn.com.goldenwater.dcproj.param.BisInspRssfdrRgstrImplmtParam;
  5. /**
  6. * @author lune
  7. * @date 2020-9-11
  8. */
  9. public interface BisInspRssfdrRgstrImplmtService extends CrudService<BisInspRssfdrRgstrImplmt, BisInspRssfdrRgstrImplmtParam> {
  10. // ------------------------- 自定方法 -------------------------
  11. }