|
|
|
@ -1,7 +1,5 @@ |
|
|
|
package com.elink.esua.epdc.vaccine.epidemic.dto; |
|
|
|
|
|
|
|
// import io.swagger.annotations.ApiModel;
|
|
|
|
// import io.swagger.annotations.ApiModelProperty;
|
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
import javax.validation.constraints.*; |
|
|
|
@ -277,6 +275,7 @@ public class EpidemicReportUserInfoDTO implements Serializable { |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "居住情况")
|
|
|
|
private String livingSituation; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "户籍地所在省份")
|
|
|
|
private String householdRegisterProvince; |
|
|
|
|
|
|
|
|