办学质量监测教学评价系统
ageerle
2025-04-08 d2755f00bc2a6507f122f79d54ee009e2cdd26b3
1
2
3
4
5
6
7
8
9
10
11
12
13
package org.ruoyi.system.mapper;
 
import org.ruoyi.common.mybatis.core.mapper.BaseMapperPlus;
 
/**
 * 用户兑换记录Mapper接口
 *
 * @author Lion Li
 * @date 2024-05-03
 */
public interface ChatVoucherMapper extends BaseMapperPlus<ChatVoucher, ChatVoucherVo> {
 
}