办学质量监测教学评价系统
ageerle
2025-03-13 f91ea8c1ca793d1b791f2b63ab30d6ea2c4a675a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package org.ruoyi.system.mapper;
 
import org.ruoyi.system.domain.PaymentOrder;
import org.ruoyi.system.domain.vo.PaymentOrdersVo;
import org.ruoyi.common.mybatis.core.mapper.BaseMapperPlus;
 
/**
 * 支付订单Mapper接口
 *
 * @author Lion Li
 * @date 2024-04-16
 */
public interface PaymentOrdersMapper extends BaseMapperPlus<PaymentOrder, PaymentOrdersVo> {
 
}