gongchunyi
2 天以前 1398688c227bc690bf56699a14e70b292cb4e994
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 参数配置信息