⚡ 修改字典值长度.
This commit is contained in:
@@ -30,7 +30,6 @@ public class DictValueCreateRequest implements Serializable {
|
||||
private Long keyId;
|
||||
|
||||
@NotBlank
|
||||
@Size(max = 512)
|
||||
@Schema(description = "配置值")
|
||||
private String value;
|
||||
|
||||
|
||||
@@ -28,7 +28,6 @@ public class DictValueQueryRequest extends PageRequest {
|
||||
@Schema(description = "配置项名称")
|
||||
private String keyName;
|
||||
|
||||
@Size(max = 512)
|
||||
@Schema(description = "配置值")
|
||||
private String value;
|
||||
|
||||
|
||||
@@ -34,7 +34,6 @@ public class DictValueUpdateRequest implements Serializable {
|
||||
private Long keyId;
|
||||
|
||||
@NotBlank
|
||||
@Size(max = 512)
|
||||
@Schema(description = "配置值")
|
||||
private String value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user