docs: 配置key改为配置键

配置key改为配置键
This commit is contained in:
胡少翔
2024-07-31 09:25:42 +08:00
parent 52fc374ad6
commit dbf9cca78f
5 changed files with 8 additions and 8 deletions

View File

@@ -61,7 +61,7 @@ public interface SysConfigService extends IService<SysConfig> {
/**
* 获取系统配置
* @param key 配置key
* @param key 配置
* @return 配置value
*/
Object getSystemConfig(String key);