0d1643d7f76c9bdd0344bb45a1ff4cb3b33468d2.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.AttWagaCrrct;
  4. import cn.com.goldenwater.dcproj.param.AttWagaCrrctParam;
  5. /**
  6. * @author lune
  7. * @date 2019-4-22
  8. */
  9. public interface AttWagaCrrctService extends CrudService<AttWagaCrrct, AttWagaCrrctParam> {
  10. // ------------------------- 自定方法 -------------------------
  11. }