办学质量监测教学评价系统
ageer
2025-03-25 d3ce05d7589203887fe312b95343638328dc01af
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> {
 
}