86e0ebbc93af14d9fd669c022602f1de46643bfa.svn-base 444 B

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