bugfix-RoleSaveReqVO备注字段长度限制为500

pull/131/head
yinyilong 2024-08-12 14:09:34 +08:00
parent 2c1b6cd16f
commit 99a26defa2
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ public class RoleSaveReqVO {
private Integer status;
@Schema(description = "备注", example = "我是一个角色")
@Size(max = 500, message = "备注长度不能超过 500 个字符")
@DiffLogField(name = "备注")
private String remark;