xuhy
2024-12-13 4d84802f381a447171c5dda28d44a0e53e93f3f4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.jilongda.manage.mapper;
 
import com.jilongda.manage.model.TCoupon;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * <p>
 * 优惠券领取记录 Mapper 接口
 * </p>
 *
 * @author 无关风月
 * @since 2024-12-09
 */
public interface TCouponMapper extends BaseMapper<TCoupon> {
 
}