huliguo
2025-05-27 6fdcd27ed40ff4c317f0d73c6c8ca8123914f8fe
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> {
}