From 59aa130ad5118b4cf928803598845f6491c1c858 Mon Sep 17 00:00:00 2001 From: liquanyu Date: Wed, 29 Apr 2020 11:51:57 +0800 Subject: [PATCH] update --- .../lyms/platform/common/utils/LymsEncodeUtil.java | 2 +- .../lyms/platform/pojo/PreEugenicsBaseModel.java | 553 +-------------------- 2 files changed, 3 insertions(+), 552 deletions(-) diff --git a/platform-common/src/main/java/com/lyms/platform/common/utils/LymsEncodeUtil.java b/platform-common/src/main/java/com/lyms/platform/common/utils/LymsEncodeUtil.java index d0df24a..1364b0e 100644 --- a/platform-common/src/main/java/com/lyms/platform/common/utils/LymsEncodeUtil.java +++ b/platform-common/src/main/java/com/lyms/platform/common/utils/LymsEncodeUtil.java @@ -31,7 +31,7 @@ public class LymsEncodeUtil { String key1 = "Lymsh@2020"; - String d = aesEncrypt("2020-05-30",key1); + String d = aesEncrypt("2020-06-30",key1); System.out.println("加密:" + d); } diff --git a/platform-dal/src/main/java/com/lyms/platform/pojo/PreEugenicsBaseModel.java b/platform-dal/src/main/java/com/lyms/platform/pojo/PreEugenicsBaseModel.java index 9440b39..496b288 100644 --- a/platform-dal/src/main/java/com/lyms/platform/pojo/PreEugenicsBaseModel.java +++ b/platform-dal/src/main/java/com/lyms/platform/pojo/PreEugenicsBaseModel.java @@ -372,557 +372,8 @@ public class PreEugenicsBaseModel extends BaseModel { //0 或者空孕检 1婚孕检 private Integer hyj; + //孕次 + private Integer yunSize; - public Integer getHyj() { - return hyj; - } - public void setHyj(Integer hyj) { - this.hyj = hyj; - } - - public Integer getSendCountry() { - return sendCountry; - } - - public void setSendCountry(Integer sendCountry) { - this.sendCountry = sendCountry; - } - - - public String getId() { - return id; - } - - public void setId(String id) { - this.id = id; - } - - public String getCode() { - return code; - } - - public void setCode(String code) { - this.code = code; - } - - public Integer getVersion() { - return version; - } - - public void setVersion(Integer version) { - this.version = version; - } - - public String getHasUpload() { - return hasUpload; - } - - public void setHasUpload(String hasUpload) { - this.hasUpload = hasUpload; - } - - public String getHospitalId() { - return hospitalId; - } - - public void setHospitalId(String hospitalId) { - this.hospitalId = hospitalId; - } - - public String getCreateUser() { - return createUser; - } - - public void setCreateUser(String createUser) { - this.createUser = createUser; - } - - public Date getUpdateTime() { - return updateTime; - } - - public void setUpdateTime(Date updateTime) { - this.updateTime = updateTime; - } - - public Date getCreated() { - return created; - } - - public void setCreated(Date created) { - this.created = created; - } - - public String getHusbandNo() { - return husbandNo; - } - - public void setHusbandNo(String husbandNo) { - this.husbandNo = husbandNo; - } - - public String getHusbandName() { - return husbandName; - } - - public void setHusbandName(String husbandName) { - this.husbandName = husbandName; - } - - public String getHusbandNation() { - return husbandNation; - } - - public void setHusbandNation(String husbandNation) { - this.husbandNation = husbandNation; - } - - public Date getHusbandBirthday() { - return husbandBirthday; - } - - public void setHusbandBirthday(Date husbandBirthday) { - this.husbandBirthday = husbandBirthday; - } - - public String getHusbandAge() { - return husbandAge; - } - - public void setHusbandAge(String husbandAge) { - this.husbandAge = husbandAge; - } - - public String getHusbandEducational() { - return husbandEducational; - } - - public void setHusbandEducational(String husbandEducational) { - this.husbandEducational = husbandEducational; - } - - public String getHusbandCardType() { - return husbandCardType; - } - - public void setHusbandCardType(String husbandCardType) { - this.husbandCardType = husbandCardType; - } - - public String getHusbandCardNo() { - return husbandCardNo; - } - - public void setHusbandCardNo(String husbandCardNo) { - this.husbandCardNo = husbandCardNo; - } - - public String getHusbandCareer() { - return husbandCareer; - } - - public void setHusbandCareer(String husbandCareer) { - this.husbandCareer = husbandCareer; - } - - public String getHusbandAccountProvince() { - return husbandAccountProvince; - } - - public void setHusbandAccountProvince(String husbandAccountProvince) { - this.husbandAccountProvince = husbandAccountProvince; - } - - public String getHusbandAccountCity() { - return husbandAccountCity; - } - - public void setHusbandAccountCity(String husbandAccountCity) { - this.husbandAccountCity = husbandAccountCity; - } - - public String getHusbandAccountArea() { - return husbandAccountArea; - } - - public void setHusbandAccountArea(String husbandAccountArea) { - this.husbandAccountArea = husbandAccountArea; - } - - public String getHusbandAccountStreet() { - return husbandAccountStreet; - } - - public void setHusbandAccountStreet(String husbandAccountStreet) { - this.husbandAccountStreet = husbandAccountStreet; - } - - public String getHusbandAccountAddress() { - return husbandAccountAddress; - } - - public void setHusbandAccountAddress(String husbandAccountAddress) { - this.husbandAccountAddress = husbandAccountAddress; - } - - public String getHusbandCurrentProvince() { - return husbandCurrentProvince; - } - - public void setHusbandCurrentProvince(String husbandCurrentProvince) { - this.husbandCurrentProvince = husbandCurrentProvince; - } - - public String getHusbandCurrentCity() { - return husbandCurrentCity; - } - - public void setHusbandCurrentCity(String husbandCurrentCity) { - this.husbandCurrentCity = husbandCurrentCity; - } - - public String getHusbandCurrentArea() { - return husbandCurrentArea; - } - - public void setHusbandCurrentArea(String husbandCurrentArea) { - this.husbandCurrentArea = husbandCurrentArea; - } - - public String getHusbandCurrentStreet() { - return husbandCurrentStreet; - } - - public void setHusbandCurrentStreet(String husbandCurrentStreet) { - this.husbandCurrentStreet = husbandCurrentStreet; - } - - public String getHusbandCurrentAddress() { - return husbandCurrentAddress; - } - - public void setHusbandCurrentAddress(String husbandCurrentAddress) { - this.husbandCurrentAddress = husbandCurrentAddress; - } - - public String getHusbandAccountNature() { - return husbandAccountNature; - } - - public void setHusbandAccountNature(String husbandAccountNature) { - this.husbandAccountNature = husbandAccountNature; - } - - public String getHusbandZipCode() { - return husbandZipCode; - } - - public void setHusbandZipCode(String husbandZipCode) { - this.husbandZipCode = husbandZipCode; - } - - public String getWifeNo() { - return wifeNo; - } - - public void setWifeNo(String wifeNo) { - this.wifeNo = wifeNo; - } - - public String getWifeName() { - return wifeName; - } - - public void setWifeName(String wifeName) { - this.wifeName = wifeName; - } - - public String getWifeNation() { - return wifeNation; - } - - public void setWifeNation(String wifeNation) { - this.wifeNation = wifeNation; - } - - public Date getWifeBirthday() { - return wifeBirthday; - } - - public void setWifeBirthday(Date wifeBirthday) { - this.wifeBirthday = wifeBirthday; - } - - public String getWifeAge() { - return wifeAge; - } - - public void setWifeAge(String wifeAge) { - this.wifeAge = wifeAge; - } - - public String getWifeEducational() { - return wifeEducational; - } - - public void setWifeEducational(String wifeEducational) { - this.wifeEducational = wifeEducational; - } - - public String getWifeCardType() { - return wifeCardType; - } - - public void setWifeCardType(String wifeCardType) { - this.wifeCardType = wifeCardType; - } - - public String getWifeCardNo() { - return wifeCardNo; - } - - public void setWifeCardNo(String wifeCardNo) { - this.wifeCardNo = wifeCardNo; - } - - public String getWifeCareer() { - return wifeCareer; - } - - public void setWifeCareer(String wifeCareer) { - this.wifeCareer = wifeCareer; - } - - public String getWifeAccountProvince() { - return wifeAccountProvince; - } - - public void setWifeAccountProvince(String wifeAccountProvince) { - this.wifeAccountProvince = wifeAccountProvince; - } - - public String getWifeAccountCity() { - return wifeAccountCity; - } - - public void setWifeAccountCity(String wifeAccountCity) { - this.wifeAccountCity = wifeAccountCity; - } - - public String getWifeAccountArea() { - return wifeAccountArea; - } - - public void setWifeAccountArea(String wifeAccountArea) { - this.wifeAccountArea = wifeAccountArea; - } - - public String getWifeAccountStreet() { - return wifeAccountStreet; - } - - public void setWifeAccountStreet(String wifeAccountStreet) { - this.wifeAccountStreet = wifeAccountStreet; - } - - public String getWifeAccountAddress() { - return wifeAccountAddress; - } - - public void setWifeAccountAddress(String wifeAccountAddress) { - this.wifeAccountAddress = wifeAccountAddress; - } - - public String getWifeAccountNature() { - return wifeAccountNature; - } - - public void setWifeAccountNature(String wifeAccountNature) { - this.wifeAccountNature = wifeAccountNature; - } - - public String getWifeCurrentProvince() { - return wifeCurrentProvince; - } - - public void setWifeCurrentProvince(String wifeCurrentProvince) { - this.wifeCurrentProvince = wifeCurrentProvince; - } - - public String getWifeCurrentCity() { - return wifeCurrentCity; - } - - public void setWifeCurrentCity(String wifeCurrentCity) { - this.wifeCurrentCity = wifeCurrentCity; - } - - public String getWifeCurrentArea() { - return wifeCurrentArea; - } - - public void setWifeCurrentArea(String wifeCurrentArea) { - this.wifeCurrentArea = wifeCurrentArea; - } - - public String getWifeCurrentStreet() { - return wifeCurrentStreet; - } - - public void setWifeCurrentStreet(String wifeCurrentStreet) { - this.wifeCurrentStreet = wifeCurrentStreet; - } - - public String getWifeCurrentAddress() { - return wifeCurrentAddress; - } - - public void setWifeCurrentAddress(String wifeCurrentAddress) { - this.wifeCurrentAddress = wifeCurrentAddress; - } - - public String getWifeZipCode() { - return wifeZipCode; - } - - public void setWifeZipCode(String wifeZipCode) { - this.wifeZipCode = wifeZipCode; - } - - public String getHasSignBook() { - return hasSignBook; - } - - public void setHasSignBook(String hasSignBook) { - this.hasSignBook = hasSignBook; - } - - public Date getMarriageTime() { - return marriageTime; - } - - public void setMarriageTime(Date marriageTime) { - this.marriageTime = marriageTime; - } - - public String getWifePhone() { - return wifePhone; - } - - public void setWifePhone(String wifePhone) { - this.wifePhone = wifePhone; - } - - public String getHusbandPhone() { - return husbandPhone; - } - - public void setHusbandPhone(String husbandPhone) { - this.husbandPhone = husbandPhone; - } - - public String getFixedLineTelephone() { - return fixedLineTelephone; - } - - public void setFixedLineTelephone(String fixedLineTelephone) { - this.fixedLineTelephone = fixedLineTelephone; - } - - public Date getFillDate() { - return fillDate; - } - - public void setFillDate(Date fillDate) { - this.fillDate = fillDate; - } - - public String getDoctor() { - return doctor; - } - - public void setDoctor(String doctor) { - this.doctor = doctor; - } - - public Map getWifeBaseInfo() { - return wifeBaseInfo; - } - - public void setWifeBaseInfo(Map wifeBaseInfo) { - this.wifeBaseInfo = wifeBaseInfo; - } - - public Map getWifePhysiqueCheck() { - return wifePhysiqueCheck; - } - - public void setWifePhysiqueCheck(Map wifePhysiqueCheck) { - this.wifePhysiqueCheck = wifePhysiqueCheck; - } - - public Map getWifeClinicalCheck() { - return wifeClinicalCheck; - } - - public void setWifeClinicalCheck(Map wifeClinicalCheck) { - this.wifeClinicalCheck = wifeClinicalCheck; - } - - public Map getWifeBCheck() { - return wifeBCheck; - } - - public void setWifeBCheck(Map wifeBCheck) { - this.wifeBCheck = wifeBCheck; - } - - public Map getWifeOtherCheck() { - return wifeOtherCheck; - } - - public void setWifeOtherCheck(Map wifeOtherCheck) { - this.wifeOtherCheck = wifeOtherCheck; - } - - public Map getHusbandBaseInfo() { - return husbandBaseInfo; - } - - public void setHusbandBaseInfo(Map husbandBaseInfo) { - this.husbandBaseInfo = husbandBaseInfo; - } - - public Map getHusbandPhysiqueCheck() { - return husbandPhysiqueCheck; - } - - public void setHusbandPhysiqueCheck(Map husbandPhysiqueCheck) { - this.husbandPhysiqueCheck = husbandPhysiqueCheck; - } - - public Map getHusbandClinicalCheck() { - return husbandClinicalCheck; - } - - public void setHusbandClinicalCheck(Map husbandClinicalCheck) { - this.husbandClinicalCheck = husbandClinicalCheck; - } - - public Map getHusbandOtherCheck() { - return husbandOtherCheck; - } - - public void setHusbandOtherCheck(Map husbandOtherCheck) { - this.husbandOtherCheck = husbandOtherCheck; - } - - public Map getResultAdvice() { - return resultAdvice; - } - - public void setResultAdvice(Map resultAdvice) { - this.resultAdvice = resultAdvice; - } } \ No newline at end of file -- 1.8.3.1