派生自 projectDept/qhighschool

胡仁荣
2023-10-08 c257eda25e4c9cb6fdfa8a9a85c2dd7be67b5a49
src/main/java/com/qxueyou/scc/base/service/IDictionaryService.java
@@ -5,14 +5,14 @@
public interface IDictionaryService {
   
   /**
    * 获取配置
    * 获取配置
    * @param key
    * @return
    */
   String getConfig(String key);
   
   /**
    * 更新配置
    * 更新配置
    * @param key
    * @param value
    * @return