|
|
@ -15,19 +15,19 @@ public class IcResiCollectMemFormDTO implements Serializable { |
|
|
|
/** |
|
|
|
* 居住成员1姓名 |
|
|
|
*/ |
|
|
|
@NotBlank(message = "姓名", groups = {IcResiCollectFormDTO.InternalShowGroup.class, IcResiCollectFormDTO.ExternalShowGroup.class}) |
|
|
|
@NotBlank(message = "姓名不能为空", groups = {IcResiCollectFormDTO.InternalShowGroup.class, IcResiCollectFormDTO.ExternalShowGroup.class}) |
|
|
|
private String name; |
|
|
|
|
|
|
|
/** |
|
|
|
* 居住成员1身份证号 |
|
|
|
*/ |
|
|
|
@NotBlank(message = "身份证号", groups = {IcResiCollectFormDTO.InternalShowGroup.class, IcResiCollectFormDTO.ExternalShowGroup.class}) |
|
|
|
@NotBlank(message = "身份证号不能为空", groups = {IcResiCollectFormDTO.InternalShowGroup.class, IcResiCollectFormDTO.ExternalShowGroup.class}) |
|
|
|
private String idNum; |
|
|
|
|
|
|
|
/** |
|
|
|
* 居住成员1手机号 |
|
|
|
*/ |
|
|
|
@NotBlank(message = "手机号", groups = {IcResiCollectFormDTO.InternalShowGroup.class, IcResiCollectFormDTO.ExternalShowGroup.class}) |
|
|
|
@NotBlank(message = "手机号不能为空", groups = {IcResiCollectFormDTO.InternalShowGroup.class, IcResiCollectFormDTO.ExternalShowGroup.class}) |
|
|
|
private String mobile; |
|
|
|
|
|
|
|
/** |
|
|
|