liujie
2025-08-08 ac738e1d339b084c5335a6d1b5f27c3f06b1ed77
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> {
}