zxl
2025-10-11 f40914a35678266624c6dbf382b31b2db9ac6720
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> {
 
 
}