package org.ruoyi.system.mapper; import org.ruoyi.common.mybatis.core.mapper.BaseMapperPlus; /** * 支付订单Mapper接口 * * @author Lion Li * @date 2024-04-16 */ public interface PaymentOrdersMapper extends BaseMapperPlus { }