与小程序联调

This commit is contained in:
liuyingfang
2023-04-14 13:56:28 +08:00
parent 6491ed9c7f
commit c9df5137cb
4 changed files with 17 additions and 10 deletions

View File

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