mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 07:41:53 +08:00
解决配置管理新增时是否可见为空报错信息不正确问题
This commit is contained in:
parent
8d2c33e9b0
commit
774d8291b7
@ -29,8 +29,8 @@ public class ConfigBaseVO {
|
|||||||
@Size(max = 500, message = "参数键值长度不能超过500个字符")
|
@Size(max = 500, message = "参数键值长度不能超过500个字符")
|
||||||
private String value;
|
private String value;
|
||||||
|
|
||||||
@Schema(description = "是否敏感", required = true, example = "true")
|
@Schema(description = "是否可见", required = true, example = "true")
|
||||||
@NotNull(message = "是否敏感不能为空")
|
@NotNull(message = "是否可见不能为空")
|
||||||
private Boolean visible;
|
private Boolean visible;
|
||||||
|
|
||||||
@Schema(description = "备注", example = "备注一下很帅气!")
|
@Schema(description = "备注", example = "备注一下很帅气!")
|
||||||
|
Loading…
Reference in New Issue
Block a user