疯狂的狮子Li
2023-03-30 63a240b1d4625f05d84ea31a211f7660ee39c98e
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> {
}