|
|
@ -2,7 +2,6 @@ package com.epmet.dto.form; |
|
|
|
|
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
import javax.validation.constraints.NotBlank; |
|
|
|
import java.io.Serializable; |
|
|
|
|
|
|
|
/** |
|
|
@ -18,13 +17,13 @@ public class IcResiCollectMemFormDTO implements Serializable { |
|
|
|
/** |
|
|
|
* 居住成员1姓名 |
|
|
|
*/ |
|
|
|
@NotBlank(message = "姓名不能为空", groups = {ResiCollectFormDTO.InternalShowGroup.class, IcResiCollectFormDTO.ExternalShowGroup.class}) |
|
|
|
// @NotBlank(message = "姓名不能为空", groups = {ResiCollectFormDTO.InternalShowGroup.class, IcResiCollectFormDTO.ExternalShowGroup.class})
|
|
|
|
private String name; |
|
|
|
|
|
|
|
/** |
|
|
|
* 居住成员1身份证号 |
|
|
|
*/ |
|
|
|
@NotBlank(message = "身份证号不能为空", groups = {ResiCollectFormDTO.InternalShowGroup.class, IcResiCollectFormDTO.ExternalShowGroup.class}) |
|
|
|
// @NotBlank(message = "身份证号不能为空", groups = {ResiCollectFormDTO.InternalShowGroup.class, IcResiCollectFormDTO.ExternalShowGroup.class})
|
|
|
|
private String idNum; |
|
|
|
|
|
|
|
/** |
|
|
|