huliguo
2025-06-03 49d8bc411cb62a50c85dee37252d75928e7cdb27
1
2
3
4
5
6
7
8
9
package com.ruoyi.system.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.system.domain.SystemConfig;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface SystemConfigMapper extends BaseMapper<SystemConfig> {
}