From 44c9a9a4f3543fd2d0ec6bc66f952e5f82942544 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 06 三月 2023 12:07:33 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/entity/bs/SsurveyinformationEntity.java | 328 ++++++++++++++++++------------------------------------ 1 files changed, 109 insertions(+), 219 deletions(-) diff --git a/src/main/java/com/lf/server/entity/bs/SsurveyinformationEntity.java b/src/main/java/com/lf/server/entity/bs/SsurveyinformationEntity.java index be73a59..1b7174d 100644 --- a/src/main/java/com/lf/server/entity/bs/SsurveyinformationEntity.java +++ b/src/main/java/com/lf/server/entity/bs/SsurveyinformationEntity.java @@ -18,23 +18,13 @@ @TableName("bs.s_survey_information") @EqualsAndHashCode(callSuper = false) public class SsurveyinformationEntity extends BaseEntity { - private static final long serialVersionUID = 885167891106180736L; - - private String workname; + private static final long serialVersionUID = 703652980133729536L; private String segname; private String projname; private String pipename; - - private String belongs; - - private String belongsid; - - private String datastatus; - - private String remarks; private String location; @@ -48,11 +38,9 @@ private String minmtempe; - private String frosoildep; - private String sintensity; - private BigDecimal seismic; + private String seismic; private String dsgrouping; @@ -60,57 +48,31 @@ private String seisection; - private String groughness; - private String lipindex; private String lipgrade; private String ssossoil; - private BigDecimal gwatdepth; + private String gwattype; + + private String gwatdepth; private String amplitude; - private BigDecimal waterelev; + private String waterelev; private String gradeosw; - private String mediumosw; - private String gradeoswsb; - - private String mediuoswsb; private String gradeosws; - private String mediumosws; - - private String gradeogw; - - private String mediumogw; - - private String gradeogwsb; - - private String mediuogwsb; - - private String gradeogws; - - private String mediumogws; - private String gradeos; - - private String mediumos; private String gradeossb; - private String mediumossb; - private String gradeoss; - - private String mediumoss; - - private String valuation; private String thawgrade; @@ -118,7 +80,11 @@ private String fsoiltype; - private BigDecimal upperlimit; + private String upperlimit; + + private String fsoilgroup; + + private String frosoildep; private String frostheave; @@ -148,9 +114,13 @@ private String saltexp; + private String othersoil; + private String abnburying; private String profile; + + private String agdesc; private String uniformity; @@ -158,9 +128,9 @@ private String strdepth; - private BigDecimal bearingcap; + private String bearingcap; - private BigDecimal commodulus; + private String commodulus; private String schemesugg; @@ -172,15 +142,15 @@ private String datastage; + private String belongs; + + private String belongsid; + + private String datastatus; + + private String remarks; + public SsurveyinformationEntity() { - } - - public String getWorkname() { - return workname; - } - - public void setWorkname(String workname) { - this.workname = workname; } public String getSegname() { @@ -205,38 +175,6 @@ public void setPipename(String pipename) { this.pipename = pipename; - } - - public String getBelongs() { - return belongs; - } - - public void setBelongs(String belongs) { - this.belongs = belongs; - } - - public String getBelongsid() { - return belongsid; - } - - public void setBelongsid(String belongsid) { - this.belongsid = belongsid; - } - - public String getDatastatus() { - return datastatus; - } - - public void setDatastatus(String datastatus) { - this.datastatus = datastatus; - } - - public String getRemarks() { - return remarks; - } - - public void setRemarks(String remarks) { - this.remarks = remarks; } public String getLocation() { @@ -287,14 +225,6 @@ this.minmtempe = minmtempe; } - public String getFrosoildep() { - return frosoildep; - } - - public void setFrosoildep(String frosoildep) { - this.frosoildep = frosoildep; - } - public String getSintensity() { return sintensity; } @@ -303,11 +233,11 @@ this.sintensity = sintensity; } - public BigDecimal getSeismic() { + public String getSeismic() { return seismic; } - public void setSeismic(BigDecimal seismic) { + public void setSeismic(String seismic) { this.seismic = seismic; } @@ -335,14 +265,6 @@ this.seisection = seisection; } - public String getGroughness() { - return groughness; - } - - public void setGroughness(String groughness) { - this.groughness = groughness; - } - public String getLipindex() { return lipindex; } @@ -367,11 +289,19 @@ this.ssossoil = ssossoil; } - public BigDecimal getGwatdepth() { + public String getGwattype() { + return gwattype; + } + + public void setGwattype(String gwattype) { + this.gwattype = gwattype; + } + + public String getGwatdepth() { return gwatdepth; } - public void setGwatdepth(BigDecimal gwatdepth) { + public void setGwatdepth(String gwatdepth) { this.gwatdepth = gwatdepth; } @@ -383,11 +313,11 @@ this.amplitude = amplitude; } - public BigDecimal getWaterelev() { + public String getWaterelev() { return waterelev; } - public void setWaterelev(BigDecimal waterelev) { + public void setWaterelev(String waterelev) { this.waterelev = waterelev; } @@ -399,28 +329,12 @@ this.gradeosw = gradeosw; } - public String getMediumosw() { - return mediumosw; - } - - public void setMediumosw(String mediumosw) { - this.mediumosw = mediumosw; - } - public String getGradeoswsb() { return gradeoswsb; } public void setGradeoswsb(String gradeoswsb) { this.gradeoswsb = gradeoswsb; - } - - public String getMediuoswsb() { - return mediuoswsb; - } - - public void setMediuoswsb(String mediuoswsb) { - this.mediuoswsb = mediuoswsb; } public String getGradeosws() { @@ -431,76 +345,12 @@ this.gradeosws = gradeosws; } - public String getMediumosws() { - return mediumosws; - } - - public void setMediumosws(String mediumosws) { - this.mediumosws = mediumosws; - } - - public String getGradeogw() { - return gradeogw; - } - - public void setGradeogw(String gradeogw) { - this.gradeogw = gradeogw; - } - - public String getMediumogw() { - return mediumogw; - } - - public void setMediumogw(String mediumogw) { - this.mediumogw = mediumogw; - } - - public String getGradeogwsb() { - return gradeogwsb; - } - - public void setGradeogwsb(String gradeogwsb) { - this.gradeogwsb = gradeogwsb; - } - - public String getMediuogwsb() { - return mediuogwsb; - } - - public void setMediuogwsb(String mediuogwsb) { - this.mediuogwsb = mediuogwsb; - } - - public String getGradeogws() { - return gradeogws; - } - - public void setGradeogws(String gradeogws) { - this.gradeogws = gradeogws; - } - - public String getMediumogws() { - return mediumogws; - } - - public void setMediumogws(String mediumogws) { - this.mediumogws = mediumogws; - } - public String getGradeos() { return gradeos; } public void setGradeos(String gradeos) { this.gradeos = gradeos; - } - - public String getMediumos() { - return mediumos; - } - - public void setMediumos(String mediumos) { - this.mediumos = mediumos; } public String getGradeossb() { @@ -511,36 +361,12 @@ this.gradeossb = gradeossb; } - public String getMediumossb() { - return mediumossb; - } - - public void setMediumossb(String mediumossb) { - this.mediumossb = mediumossb; - } - public String getGradeoss() { return gradeoss; } public void setGradeoss(String gradeoss) { this.gradeoss = gradeoss; - } - - public String getMediumoss() { - return mediumoss; - } - - public void setMediumoss(String mediumoss) { - this.mediumoss = mediumoss; - } - - public String getValuation() { - return valuation; - } - - public void setValuation(String valuation) { - this.valuation = valuation; } public String getThawgrade() { @@ -567,12 +393,28 @@ this.fsoiltype = fsoiltype; } - public BigDecimal getUpperlimit() { + public String getUpperlimit() { return upperlimit; } - public void setUpperlimit(BigDecimal upperlimit) { + public void setUpperlimit(String upperlimit) { this.upperlimit = upperlimit; + } + + public String getFsoilgroup() { + return fsoilgroup; + } + + public void setFsoilgroup(String fsoilgroup) { + this.fsoilgroup = fsoilgroup; + } + + public String getFrosoildep() { + return frosoildep; + } + + public void setFrosoildep(String frosoildep) { + this.frosoildep = frosoildep; } public String getFrostheave() { @@ -687,6 +529,14 @@ this.saltexp = saltexp; } + public String getOthersoil() { + return othersoil; + } + + public void setOthersoil(String othersoil) { + this.othersoil = othersoil; + } + public String getAbnburying() { return abnburying; } @@ -701,6 +551,14 @@ public void setProfile(String profile) { this.profile = profile; + } + + public String getAgdesc() { + return agdesc; + } + + public void setAgdesc(String agdesc) { + this.agdesc = agdesc; } public String getUniformity() { @@ -727,19 +585,19 @@ this.strdepth = strdepth; } - public BigDecimal getBearingcap() { + public String getBearingcap() { return bearingcap; } - public void setBearingcap(BigDecimal bearingcap) { + public void setBearingcap(String bearingcap) { this.bearingcap = bearingcap; } - public BigDecimal getCommodulus() { + public String getCommodulus() { return commodulus; } - public void setCommodulus(BigDecimal commodulus) { + public void setCommodulus(String commodulus) { this.commodulus = commodulus; } @@ -782,4 +640,36 @@ public void setDatastage(String datastage) { this.datastage = datastage; } + + public String getBelongs() { + return belongs; + } + + public void setBelongs(String belongs) { + this.belongs = belongs; + } + + public String getBelongsid() { + return belongsid; + } + + public void setBelongsid(String belongsid) { + this.belongsid = belongsid; + } + + public String getDatastatus() { + return datastatus; + } + + public void setDatastatus(String datastatus) { + this.datastatus = datastatus; + } + + public String getRemarks() { + return remarks; + } + + public void setRemarks(String remarks) { + this.remarks = remarks; + } } -- Gitblit v1.9.3