8ae3cef0ba522a51ffe8ae63f8955a274c72c39a.svn-base 485 B

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