fix: 删除系统配置提示未授权bug修复
删除系统配置提示未授权bug修复
This commit is contained in:
@@ -19,13 +19,13 @@ import io.swagger.v3.oas.annotations.media.Schema;
|
||||
public class SysConfig extends BaseEntity {
|
||||
|
||||
@Schema(description = "配置名称")
|
||||
private String sysName;
|
||||
private String configName;
|
||||
|
||||
@Schema(description = "配置key")
|
||||
private String sysKey;
|
||||
private String configKey;
|
||||
|
||||
@Schema(description = "配置值")
|
||||
private String sysValue;
|
||||
private String configValue;
|
||||
|
||||
@Schema(description = "描述、备注")
|
||||
private String remark;
|
||||
|
||||
Reference in New Issue
Block a user