12345678910111213141516171819 |
- /*
- package com.kmall.admin.dao;
- import com.kmall.admin.entity.CouponGoodsEntity;
- import com.kmall.manager.dao.BaseDao;
- */
- /**
- * 优惠券关联商品Dao
- *
- * @author Scott
- * @email
- * @date 2017-08-29 21:50:17
- *//*
- public interface CouponGoodsDao extends BaseDao<CouponGoodsEntity> {
- }
- */
|