875726cd61dcd06d25ca4b7384400559c974ade7.svn-base 481 B

12345678910111213141516
  1. package cn.com.goldenwater.dcproj.service;
  2. import cn.com.goldenwater.core.service.CrudService;
  3. import cn.com.goldenwater.dcproj.model.BisInspRsvrRgstrChkInfo;
  4. import cn.com.goldenwater.dcproj.param.BisInspRsvrRgstrChkInfoParam;
  5. /**
  6. * @author lune
  7. * @date 2021年4月14日
  8. */
  9. public interface BisInspRsvrRgstrChkInfoService extends CrudService<BisInspRsvrRgstrChkInfo, BisInspRsvrRgstrChkInfoParam> {
  10. // ------------------------- 自定方法 -------------------------
  11. }