|
@@ -8,405 +8,430 @@ import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
|
|
|
/**
|
|
/**
|
|
* 疫苗信息操作对象 vaccine_info_operation
|
|
* 疫苗信息操作对象 vaccine_info_operation
|
|
- *
|
|
|
|
|
|
+ *
|
|
* @author ruoyi
|
|
* @author ruoyi
|
|
* @date 2021-09-05
|
|
* @date 2021-09-05
|
|
*/
|
|
*/
|
|
-public class VaccineInfoOperation extends BaseEntity
|
|
|
|
-{
|
|
|
|
|
|
+public class VaccineInfoOperation extends BaseEntity {
|
|
private static final long serialVersionUID = 1L;
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
- /** 编号 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 编号
|
|
|
|
+ */
|
|
private Long id;
|
|
private Long id;
|
|
|
|
|
|
- /** 乡镇 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 乡镇
|
|
|
|
+ */
|
|
@Excel(name = "乡镇")
|
|
@Excel(name = "乡镇")
|
|
private String villageTowns;
|
|
private String villageTowns;
|
|
|
|
|
|
- /** 村居 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 村居
|
|
|
|
+ */
|
|
@Excel(name = "村居")
|
|
@Excel(name = "村居")
|
|
private String village;
|
|
private String village;
|
|
|
|
|
|
- /** 村民组(社区) */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 村民组(社区)
|
|
|
|
+ */
|
|
@Excel(name = "村民组", readConverterExp = "社=区")
|
|
@Excel(name = "村民组", readConverterExp = "社=区")
|
|
private String villagerGroup;
|
|
private String villagerGroup;
|
|
|
|
|
|
- /** 户别 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 户别
|
|
|
|
+ */
|
|
@Excel(name = "户别")
|
|
@Excel(name = "户别")
|
|
private String houseType;
|
|
private String houseType;
|
|
|
|
|
|
- /** 户籍地 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 户籍地
|
|
|
|
+ */
|
|
@Excel(name = "户籍地")
|
|
@Excel(name = "户籍地")
|
|
private String domicile;
|
|
private String domicile;
|
|
|
|
|
|
- /** 省 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 省
|
|
|
|
+ */
|
|
@Excel(name = "省")
|
|
@Excel(name = "省")
|
|
private String province;
|
|
private String province;
|
|
|
|
|
|
- /** 市 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 市
|
|
|
|
+ */
|
|
@Excel(name = "市")
|
|
@Excel(name = "市")
|
|
private String city;
|
|
private String city;
|
|
|
|
|
|
- /** 区 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 区
|
|
|
|
+ */
|
|
@Excel(name = "区")
|
|
@Excel(name = "区")
|
|
- private String area;
|
|
|
|
|
|
+ private String region;
|
|
|
|
|
|
- /** 姓名 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 姓名
|
|
|
|
+ */
|
|
@Excel(name = "姓名")
|
|
@Excel(name = "姓名")
|
|
private String userName;
|
|
private String userName;
|
|
|
|
|
|
- /** 性别 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 性别
|
|
|
|
+ */
|
|
@Excel(name = "性别")
|
|
@Excel(name = "性别")
|
|
private String gender;
|
|
private String gender;
|
|
|
|
|
|
- /** 身份证号码 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 身份证号码
|
|
|
|
+ */
|
|
@Excel(name = "身份证号码")
|
|
@Excel(name = "身份证号码")
|
|
private String idCard;
|
|
private String idCard;
|
|
|
|
|
|
- /** 联系号码 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 联系号码
|
|
|
|
+ */
|
|
@Excel(name = "联系号码")
|
|
@Excel(name = "联系号码")
|
|
private String phoneNum;
|
|
private String phoneNum;
|
|
|
|
|
|
- /** 重点行业 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 重点行业
|
|
|
|
+ */
|
|
@Excel(name = "重点行业")
|
|
@Excel(name = "重点行业")
|
|
private String keyIndustries;
|
|
private String keyIndustries;
|
|
|
|
|
|
- /** 接种情况(是/否) */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 接种情况(是/否)
|
|
|
|
+ */
|
|
@Excel(name = "接种情况", readConverterExp = "是=/否")
|
|
@Excel(name = "接种情况", readConverterExp = "是=/否")
|
|
private String isVaccination;
|
|
private String isVaccination;
|
|
|
|
|
|
- /** 疫苗名称 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 疫苗名称
|
|
|
|
+ */
|
|
@Excel(name = "疫苗名称")
|
|
@Excel(name = "疫苗名称")
|
|
private String vaccineName;
|
|
private String vaccineName;
|
|
|
|
|
|
- /** 剂次(1/2/3/加强针) */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 剂次(1/2/3/加强针)
|
|
|
|
+ */
|
|
@Excel(name = "剂次", readConverterExp = "1=/2/3/加强针")
|
|
@Excel(name = "剂次", readConverterExp = "1=/2/3/加强针")
|
|
private String jici;
|
|
private String jici;
|
|
|
|
|
|
- /** 接种时间 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 接种时间
|
|
|
|
+ */
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
@Excel(name = "接种时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
@Excel(name = "接种时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
private Date vaccinationTime;
|
|
private Date vaccinationTime;
|
|
|
|
|
|
- /** 接种地点 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 接种地点
|
|
|
|
+ */
|
|
@Excel(name = "接种地点")
|
|
@Excel(name = "接种地点")
|
|
private String vaccinationPlace;
|
|
private String vaccinationPlace;
|
|
|
|
|
|
- /** 禁忌症 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 禁忌症
|
|
|
|
+ */
|
|
@Excel(name = "禁忌症")
|
|
@Excel(name = "禁忌症")
|
|
private String contraindication;
|
|
private String contraindication;
|
|
|
|
|
|
- /** 暂缓
|
|
|
|
- */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 暂缓
|
|
|
|
+ */
|
|
@Excel(name = "暂缓")
|
|
@Excel(name = "暂缓")
|
|
private String suspend;
|
|
private String suspend;
|
|
|
|
|
|
- /** 死亡 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 死亡
|
|
|
|
+ */
|
|
@Excel(name = "死亡")
|
|
@Excel(name = "死亡")
|
|
private String death;
|
|
private String death;
|
|
|
|
|
|
- /** 失联失踪
|
|
|
|
- */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 失联失踪
|
|
|
|
+ */
|
|
@Excel(name = "失联失踪")
|
|
@Excel(name = "失联失踪")
|
|
private String lostInMissing;
|
|
private String lostInMissing;
|
|
|
|
|
|
- /** 应种未种
|
|
|
|
- */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 应种未种
|
|
|
|
+ */
|
|
@Excel(name = "应种未种")
|
|
@Excel(name = "应种未种")
|
|
private String shouldBe;
|
|
private String shouldBe;
|
|
|
|
|
|
- /** 其他 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 其他
|
|
|
|
+ */
|
|
@Excel(name = "其他")
|
|
@Excel(name = "其他")
|
|
private String other;
|
|
private String other;
|
|
|
|
|
|
- /** 进度 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 进度
|
|
|
|
+ */
|
|
@Excel(name = "进度")
|
|
@Excel(name = "进度")
|
|
private String progress;
|
|
private String progress;
|
|
|
|
|
|
- /** 状态 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 状态
|
|
|
|
+ */
|
|
@Excel(name = "状态")
|
|
@Excel(name = "状态")
|
|
private String status;
|
|
private String status;
|
|
|
|
|
|
- /** 是否删除 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 是否删除
|
|
|
|
+ */
|
|
@Excel(name = "是否删除")
|
|
@Excel(name = "是否删除")
|
|
private String isDel;
|
|
private String isDel;
|
|
|
|
|
|
- /** 操作类型 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 操作类型
|
|
|
|
+ */
|
|
@Excel(name = "操作类型")
|
|
@Excel(name = "操作类型")
|
|
private String operationType;
|
|
private String operationType;
|
|
|
|
|
|
- /** 疫苗信息 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 疫苗信息
|
|
|
|
+ */
|
|
@Excel(name = "疫苗信息")
|
|
@Excel(name = "疫苗信息")
|
|
private Long vaccineInfoId;
|
|
private Long vaccineInfoId;
|
|
|
|
|
|
- public void setId(Long id)
|
|
|
|
- {
|
|
|
|
|
|
+ public void setId(Long id) {
|
|
this.id = id;
|
|
this.id = id;
|
|
}
|
|
}
|
|
|
|
|
|
- public Long getId()
|
|
|
|
- {
|
|
|
|
|
|
+ public Long getId() {
|
|
return id;
|
|
return id;
|
|
}
|
|
}
|
|
- public void setVillageTowns(String villageTowns)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setVillageTowns(String villageTowns) {
|
|
this.villageTowns = villageTowns;
|
|
this.villageTowns = villageTowns;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getVillageTowns()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getVillageTowns() {
|
|
return villageTowns;
|
|
return villageTowns;
|
|
}
|
|
}
|
|
- public void setVillage(String village)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setVillage(String village) {
|
|
this.village = village;
|
|
this.village = village;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getArea() {
|
|
|
|
- return area;
|
|
|
|
|
|
+ public String getRegion() {
|
|
|
|
+ return region;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setArea(String area) {
|
|
|
|
- this.area = area;
|
|
|
|
|
|
+ public void setRegion(String region) {
|
|
|
|
+ this.region = region;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getVillage()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getVillage() {
|
|
return village;
|
|
return village;
|
|
}
|
|
}
|
|
- public void setVillagerGroup(String villagerGroup)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setVillagerGroup(String villagerGroup) {
|
|
this.villagerGroup = villagerGroup;
|
|
this.villagerGroup = villagerGroup;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getVillagerGroup()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getVillagerGroup() {
|
|
return villagerGroup;
|
|
return villagerGroup;
|
|
}
|
|
}
|
|
- public void setHouseType(String houseType)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setHouseType(String houseType) {
|
|
this.houseType = houseType;
|
|
this.houseType = houseType;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getHouseType()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getHouseType() {
|
|
return houseType;
|
|
return houseType;
|
|
}
|
|
}
|
|
- public void setDomicile(String domicile)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setDomicile(String domicile) {
|
|
this.domicile = domicile;
|
|
this.domicile = domicile;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getDomicile()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getDomicile() {
|
|
return domicile;
|
|
return domicile;
|
|
}
|
|
}
|
|
- public void setProvince(String province)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setProvince(String province) {
|
|
this.province = province;
|
|
this.province = province;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getProvince()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getProvince() {
|
|
return province;
|
|
return province;
|
|
}
|
|
}
|
|
- public void setCity(String city)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setCity(String city) {
|
|
this.city = city;
|
|
this.city = city;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getCity()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getCity() {
|
|
return city;
|
|
return city;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setUserName(String userName)
|
|
|
|
- {
|
|
|
|
|
|
+ public void setUserName(String userName) {
|
|
this.userName = userName;
|
|
this.userName = userName;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getUserName()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getUserName() {
|
|
return userName;
|
|
return userName;
|
|
}
|
|
}
|
|
- public void setGender(String gender)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setGender(String gender) {
|
|
this.gender = gender;
|
|
this.gender = gender;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getGender()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getGender() {
|
|
return gender;
|
|
return gender;
|
|
}
|
|
}
|
|
- public void setIdCard(String idCard)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setIdCard(String idCard) {
|
|
this.idCard = idCard;
|
|
this.idCard = idCard;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getIdCard()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getIdCard() {
|
|
return idCard;
|
|
return idCard;
|
|
}
|
|
}
|
|
- public void setPhoneNum(String phoneNum)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setPhoneNum(String phoneNum) {
|
|
this.phoneNum = phoneNum;
|
|
this.phoneNum = phoneNum;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getPhoneNum()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getPhoneNum() {
|
|
return phoneNum;
|
|
return phoneNum;
|
|
}
|
|
}
|
|
- public void setKeyIndustries(String keyIndustries)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setKeyIndustries(String keyIndustries) {
|
|
this.keyIndustries = keyIndustries;
|
|
this.keyIndustries = keyIndustries;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getKeyIndustries()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getKeyIndustries() {
|
|
return keyIndustries;
|
|
return keyIndustries;
|
|
}
|
|
}
|
|
- public void setIsVaccination(String isVaccination)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setIsVaccination(String isVaccination) {
|
|
this.isVaccination = isVaccination;
|
|
this.isVaccination = isVaccination;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getIsVaccination()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getIsVaccination() {
|
|
return isVaccination;
|
|
return isVaccination;
|
|
}
|
|
}
|
|
- public void setVaccineName(String vaccineName)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setVaccineName(String vaccineName) {
|
|
this.vaccineName = vaccineName;
|
|
this.vaccineName = vaccineName;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getVaccineName()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getVaccineName() {
|
|
return vaccineName;
|
|
return vaccineName;
|
|
}
|
|
}
|
|
- public void setJici(String jici)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setJici(String jici) {
|
|
this.jici = jici;
|
|
this.jici = jici;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getJici()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getJici() {
|
|
return jici;
|
|
return jici;
|
|
}
|
|
}
|
|
- public void setVaccinationTime(Date vaccinationTime)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setVaccinationTime(Date vaccinationTime) {
|
|
this.vaccinationTime = vaccinationTime;
|
|
this.vaccinationTime = vaccinationTime;
|
|
}
|
|
}
|
|
|
|
|
|
- public Date getVaccinationTime()
|
|
|
|
- {
|
|
|
|
|
|
+ public Date getVaccinationTime() {
|
|
return vaccinationTime;
|
|
return vaccinationTime;
|
|
}
|
|
}
|
|
- public void setVaccinationPlace(String vaccinationPlace)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setVaccinationPlace(String vaccinationPlace) {
|
|
this.vaccinationPlace = vaccinationPlace;
|
|
this.vaccinationPlace = vaccinationPlace;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getVaccinationPlace()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getVaccinationPlace() {
|
|
return vaccinationPlace;
|
|
return vaccinationPlace;
|
|
}
|
|
}
|
|
- public void setContraindication(String contraindication)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setContraindication(String contraindication) {
|
|
this.contraindication = contraindication;
|
|
this.contraindication = contraindication;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getContraindication()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getContraindication() {
|
|
return contraindication;
|
|
return contraindication;
|
|
}
|
|
}
|
|
- public void setSuspend(String suspend)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setSuspend(String suspend) {
|
|
this.suspend = suspend;
|
|
this.suspend = suspend;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getSuspend()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getSuspend() {
|
|
return suspend;
|
|
return suspend;
|
|
}
|
|
}
|
|
- public void setDeath(String death)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setDeath(String death) {
|
|
this.death = death;
|
|
this.death = death;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getDeath()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getDeath() {
|
|
return death;
|
|
return death;
|
|
}
|
|
}
|
|
- public void setLostInMissing(String lostInMissing)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setLostInMissing(String lostInMissing) {
|
|
this.lostInMissing = lostInMissing;
|
|
this.lostInMissing = lostInMissing;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getLostInMissing()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getLostInMissing() {
|
|
return lostInMissing;
|
|
return lostInMissing;
|
|
}
|
|
}
|
|
- public void setShouldBe(String shouldBe)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setShouldBe(String shouldBe) {
|
|
this.shouldBe = shouldBe;
|
|
this.shouldBe = shouldBe;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getShouldBe()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getShouldBe() {
|
|
return shouldBe;
|
|
return shouldBe;
|
|
}
|
|
}
|
|
- public void setOther(String other)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setOther(String other) {
|
|
this.other = other;
|
|
this.other = other;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getOther()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getOther() {
|
|
return other;
|
|
return other;
|
|
}
|
|
}
|
|
- public void setProgress(String progress)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setProgress(String progress) {
|
|
this.progress = progress;
|
|
this.progress = progress;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getProgress()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getProgress() {
|
|
return progress;
|
|
return progress;
|
|
}
|
|
}
|
|
- public void setStatus(String status)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setStatus(String status) {
|
|
this.status = status;
|
|
this.status = status;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getStatus()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getStatus() {
|
|
return status;
|
|
return status;
|
|
}
|
|
}
|
|
- public void setIsDel(String isDel)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setIsDel(String isDel) {
|
|
this.isDel = isDel;
|
|
this.isDel = isDel;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getIsDel()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getIsDel() {
|
|
return isDel;
|
|
return isDel;
|
|
}
|
|
}
|
|
- public void setOperationType(String operationType)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setOperationType(String operationType) {
|
|
this.operationType = operationType;
|
|
this.operationType = operationType;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getOperationType()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getOperationType() {
|
|
return operationType;
|
|
return operationType;
|
|
}
|
|
}
|
|
- public void setVaccineInfoId(Long vaccineInfoId)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setVaccineInfoId(Long vaccineInfoId) {
|
|
this.vaccineInfoId = vaccineInfoId;
|
|
this.vaccineInfoId = vaccineInfoId;
|
|
}
|
|
}
|
|
|
|
|
|
- public Long getVaccineInfoId()
|
|
|
|
- {
|
|
|
|
|
|
+ public Long getVaccineInfoId() {
|
|
return vaccineInfoId;
|
|
return vaccineInfoId;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -421,7 +446,7 @@ public class VaccineInfoOperation extends BaseEntity
|
|
", domicile='" + domicile + '\'' +
|
|
", domicile='" + domicile + '\'' +
|
|
", province='" + province + '\'' +
|
|
", province='" + province + '\'' +
|
|
", city='" + city + '\'' +
|
|
", city='" + city + '\'' +
|
|
- ", area='" + area + '\'' +
|
|
|
|
|
|
+ ", region='" + region + '\'' +
|
|
", userName='" + userName + '\'' +
|
|
", userName='" + userName + '\'' +
|
|
", gender='" + gender + '\'' +
|
|
", gender='" + gender + '\'' +
|
|
", idCard='" + idCard + '\'' +
|
|
", idCard='" + idCard + '\'' +
|