🔨 更新 spring 配置描述文件.
This commit is contained in:
@@ -27,7 +27,7 @@ import java.util.Map;
|
||||
public class PreferenceUpdatePartialRequest implements Serializable {
|
||||
|
||||
@NotBlank
|
||||
@Size(max = 12)
|
||||
@Size(max = 16)
|
||||
@Schema(description = "类型")
|
||||
private String type;
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ import java.io.Serializable;
|
||||
public class PreferenceUpdateRequest implements Serializable {
|
||||
|
||||
@NotBlank
|
||||
@Size(max = 12)
|
||||
@Size(max = 16)
|
||||
@Schema(description = "类型")
|
||||
private String type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user