1
dd
2025-10-27 11ffae1ecbe3d26863fd51262d7ffb043eb089da
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.system.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.system.domain.PaymentRecord;
import com.ruoyi.system.domain.SystemConfiguration;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface SystemConfigurationMapper extends BaseMapper<SystemConfiguration> {
}