| 1234567891011121314151617 |
- package cn.com.goldenwater.dcproj.service;
- import cn.com.goldenwater.core.service.CrudService;
- import cn.com.goldenwater.dcproj.model.BisInspWtuntRgstrSteelReo;
- import cn.com.goldenwater.dcproj.param.BisInspWtuntRgstrSteelReoParam;
- /**
- * @author lune
- * @date 2020-8-17
- */
- public interface BisInspWtuntRgstrSteelReoService extends CrudService<BisInspWtuntRgstrSteelReo, BisInspWtuntRgstrSteelReoParam> {
- // ------------------------- 自定方法 -------------------------
- }
|