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