docs: 配置key改为配置键
配置key改为配置键
This commit is contained in:
@@ -21,7 +21,7 @@ public class SysConfig extends BaseEntity {
|
||||
@Schema(description = "配置名称")
|
||||
private String configName;
|
||||
|
||||
@Schema(description = "配置key")
|
||||
@Schema(description = "配置键")
|
||||
private String configKey;
|
||||
|
||||
@Schema(description = "配置值")
|
||||
|
||||
@@ -28,8 +28,8 @@ public class ConfigForm implements Serializable {
|
||||
@Schema(description = "配置名称")
|
||||
private String configName;
|
||||
|
||||
@NotBlank(message = "配置key不能为空")
|
||||
@Schema(description = "配置key")
|
||||
@NotBlank(message = "配置键不能为空")
|
||||
@Schema(description = "配置键")
|
||||
private String configKey;
|
||||
|
||||
@NotBlank(message = "配置值不能为空")
|
||||
|
||||
@@ -27,7 +27,7 @@ public class ConfigVO {
|
||||
@Schema(description = "配置名称")
|
||||
private String configName;
|
||||
|
||||
@Schema(description = "配置key")
|
||||
@Schema(description = "配置键")
|
||||
private String configKey;
|
||||
|
||||
@Schema(description = "配置值")
|
||||
|
||||
Reference in New Issue
Block a user