66442b03ef7c76b49b2d922547996994924827fd.svn-base 414 B

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