buhuazhen
2026-03-21 a45c4fb6232faf2f23b7b2ba45416f11a5390d77
src/main/java/com/ruoyi/project/system/mapper/SysConfigMapper.java
@@ -19,6 +19,14 @@
    public SysConfig selectConfig(SysConfig config);
    /**
     * 通过ID查询配置
     *
     * @param configId 参数ID
     * @return 参数配置信息
     */
    public SysConfig selectConfigById(Long configId);
    /**
     * 查询参数配置列表
     * 
     * @param config 参数配置信息