与小程序联调
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user