Commit 9e6b8996 by shiwenbo

新建角色时,角色描述去除校验

parent 9edb5abd
......@@ -21,7 +21,6 @@ public class RolePara {
@javax.validation.constraints.NotBlank
@Size(max = 200, message = "长度必须小于{max}")
@Pattern(regexp = Regexp.TEXT, message = "描述只能输入汉字、英文、数字、下划线")
private String description;
private boolean needCopyPrivilege;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment