zlyx
2023-03-30 a29550445d16780d2a66db0cb858ba5c4c9254c8
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysConfigMapper.java
@@ -9,6 +9,6 @@
 *
 * @author Lion Li
 */
public interface SysConfigMapper extends BaseMapperPlus<SysConfigMapper, SysConfig, SysConfigVo> {
public interface SysConfigMapper extends BaseMapperPlus<SysConfig, SysConfigVo> {
}