xiangpei
11 小时以前 4f89ece90fca89b667a244376605f9190a234b80
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package cn.lili.modules.promotion.mapper;
 
import cn.lili.modules.promotion.entity.dos.Coupon;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * 优惠券数据处理层
 *
 * @author Chopper
 * @since 2020/8/21
 */
public interface CouponMapper extends BaseMapper<Coupon> {
 
 
}