1
0

CouponGoodsDao.java 297 B

12345678910111213141516171819
  1. /*
  2. package com.kmall.admin.dao;
  3. import com.kmall.admin.entity.CouponGoodsEntity;
  4. import com.kmall.manager.dao.BaseDao;
  5. */
  6. /**
  7. * 优惠券关联商品Dao
  8. *
  9. * @author Scott
  10. * @email
  11. * @date 2017-08-29 21:50:17
  12. *//*
  13. public interface CouponGoodsDao extends BaseDao<CouponGoodsEntity> {
  14. }
  15. */