| 12345678910111213141516 |
- package cn.com.goldenwater.dcproj.service;
- import cn.com.goldenwater.core.service.CrudService;
- import cn.com.goldenwater.dcproj.model.BisRdwspRgstrPoor;
- import cn.com.goldenwater.dcproj.param.BisRdwspRgstrPoorParam;
- /**
- * @author lune
- * @date 2020-10-9
- */
- public interface BisRdwspRgstrPoorService extends CrudService<BisRdwspRgstrPoor, BisRdwspRgstrPoorParam> {
- // ------------------------- 自定方法 -------------------------
- }
|