docs: 📝 配置key改为配置键

配置key改为配置键
This commit is contained in:
胡少翔
2024-07-31 09:26:59 +08:00
parent 49f42bae7c
commit 2ce7c9c328
2 changed files with 6 additions and 6 deletions

View File

@@ -81,7 +81,7 @@ export interface ConfigForm {
id?: number;
/** 配置名称 */
configName?: string;
/** 配置key */
/** 配置 */
configKey?: string;
/** 配置值 */
configValue?: string;
@@ -95,7 +95,7 @@ export interface ConfigPageVO {
id?: number;
/** 配置名称 */
configName?: string;
/** 配置key */
/** 配置 */
configKey?: string;
/** 配置值 */
configValue?: string;