huminmin
6 天以前 7547cae4bed7d319f2cf1af4fa60c5d6c2c88f25
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 参数配置信息