拦截器拦截emoji

This commit is contained in:
liuyingfang
2023-04-14 15:49:21 +08:00
parent 4446877297
commit 9770e1f72a
4 changed files with 129 additions and 2 deletions

View File

@@ -73,7 +73,6 @@ public class IdCard implements Serializable {
*/
@NotEmpty(message = "请输入证件号", groups = {IdCard.Common.class})
@TableField("certNo")
@NotEmpty(message = "证件号未填写")
private String certNo;
@@ -82,7 +81,6 @@ public class IdCard implements Serializable {
*/
@NotEmpty(message = "请输入证件人名称", groups = {IdCard.Common.class})
@TableField("certName")
@NotEmpty(message = "证件姓名未填写")
private String certName;