| 12345678910111213141516 |
- package cn.com.goldenwater.dcproj.service;
- import cn.com.goldenwater.core.service.CrudService;
- import cn.com.goldenwater.dcproj.model.BisInspRsfcoRgstrAoeparo;
- import cn.com.goldenwater.dcproj.param.BisInspRsfcoRgstrAoeparoParam;
- /**
- * @author lune
- * @date 2020-4-22
- */
- public interface BisInspRsfcoRgstrAoeparoService extends CrudService<BisInspRsfcoRgstrAoeparo, BisInspRsfcoRgstrAoeparoParam> {
- // ------------------------- 自定方法 -------------------------
- }
|