|
@@ -230,6 +230,19 @@ public class VaccineInfoOperation extends BaseEntity {
|
|
|
*/
|
|
|
private List<VaccineInfoUser> vaccineInfoUserList;
|
|
|
|
|
|
+
|
|
|
+ * 查询用的身份证集合
|
|
|
+ */
|
|
|
+ private List<String> idCardS;
|
|
|
+
|
|
|
+ public List<String> getIdCardS() {
|
|
|
+ return idCardS;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setIdCardS(List<String> idCardS) {
|
|
|
+ this.idCardS = idCardS;
|
|
|
+ }
|
|
|
+
|
|
|
public Integer getAge() {
|
|
|
return age;
|
|
|
}
|
|
@@ -551,46 +564,4 @@ public class VaccineInfoOperation extends BaseEntity {
|
|
|
}
|
|
|
|
|
|
|
|
|
- @Override
|
|
|
- public String toString() {
|
|
|
- return "VaccineInfoOperation{" +
|
|
|
- "id=" + id +
|
|
|
- ", villageTowns='" + villageTowns + '\'' +
|
|
|
- ", village='" + village + '\'' +
|
|
|
- ", villagerGroup='" + villagerGroup + '\'' +
|
|
|
- ", houseType='" + houseType + '\'' +
|
|
|
- ", domicile='" + domicile + '\'' +
|
|
|
- ", province='" + province + '\'' +
|
|
|
- ", city='" + city + '\'' +
|
|
|
- ", region='" + region + '\'' +
|
|
|
- ", userName='" + userName + '\'' +
|
|
|
- ", gender='" + gender + '\'' +
|
|
|
- ", idCard='" + idCard + '\'' +
|
|
|
- ", phoneNum='" + phoneNum + '\'' +
|
|
|
- ", keyIndustries='" + keyIndustries + '\'' +
|
|
|
- ", isVaccination='" + isVaccination + '\'' +
|
|
|
- ", vaccineName='" + vaccineName + '\'' +
|
|
|
- ", jici='" + jici + '\'' +
|
|
|
- ", vaccinationTime=" + vaccinationTime +
|
|
|
- ", vaccinationPlace='" + vaccinationPlace + '\'' +
|
|
|
- ", contraindication='" + contraindication + '\'' +
|
|
|
- ", suspend='" + suspend + '\'' +
|
|
|
- ", death='" + death + '\'' +
|
|
|
- ", lostInMissing='" + lostInMissing + '\'' +
|
|
|
- ", shouldBe='" + shouldBe + '\'' +
|
|
|
- ", other='" + other + '\'' +
|
|
|
- ", progress='" + progress + '\'' +
|
|
|
- ", status='" + status + '\'' +
|
|
|
- ", isDel='" + isDel + '\'' +
|
|
|
- ", operationType='" + operationType + '\'' +
|
|
|
- ", vaccineInfoId=" + vaccineInfoId +
|
|
|
- ", code='" + code + '\'' +
|
|
|
- ", birthday='" + birthday + '\'' +
|
|
|
- ", workUnit='" + workUnit + '\'' +
|
|
|
- ", crowdClassification='" + crowdClassification + '\'' +
|
|
|
- ", manufacturer='" + manufacturer + '\'' +
|
|
|
- ", nowIn='" + nowIn + '\'' +
|
|
|
- ", url='" + url + '\'' +
|
|
|
- '}';
|
|
|
- }
|
|
|
}
|