77bc6cbf90b237e898ad82d348047348ad1bc66f.svn-base 419 B

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