🔨 更新 spring 配置描述文件.

This commit is contained in:
lijiahang
2024-06-25 10:16:15 +08:00
parent 02f5bef6b4
commit b08d75be62
29 changed files with 134 additions and 146 deletions

View File

@@ -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;

View File

@@ -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;