38af77c8da3eaacf2ea0764a25c0aec41a976edf.svn-base 472 B

12345678910111213141516171819
  1. package cn.com.goldenwater.dcproj.service;
  2. import cn.com.goldenwater.core.service.CrudService;
  3. import cn.com.goldenwater.dcproj.model.AttUserExt;
  4. import cn.com.goldenwater.dcproj.param.AttUserExtParam;
  5. import com.github.pagehelper.PageInfo;
  6. import java.util.List;
  7. /**
  8. * @author lune
  9. * @date 2019-2-19
  10. */
  11. public interface AttUserExtService extends CrudService<AttUserExt, AttUserExtParam> {
  12. // ------------------------- 自定方法 -------------------------
  13. }