对比新文件 |
| | |
| | | package com.lf.server.entity.bs; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.lf.server.entity.all.BaseEntity; |
| | | import lombok.*; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.sql.Timestamp; |
| | | import java.time.LocalDate; |
| | | |
| | | /** |
| | | * Ssurveyinformation |
| | | * @author WWW |
| | | */ |
| | | @Data |
| | | @AllArgsConstructor |
| | | @TableName("bs.s_survey_information") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class SsurveyinformationEntity extends BaseEntity { |
| | | private static final long serialVersionUID = 885167891106180736L; |
| | | |
| | | private String segname; |
| | | |
| | | private String projname; |
| | | |
| | | private String pipename; |
| | | |
| | | private String belongs; |
| | | |
| | | private String belongsid; |
| | | |
| | | private String datastatus; |
| | | |
| | | private String remarks; |
| | | |
| | | private String location; |
| | | |
| | | private String maxwindsp; |
| | | |
| | | private String winddirect; |
| | | |
| | | private String rintensity; |
| | | |
| | | private String maxmtempe; |
| | | |
| | | private String minmtempe; |
| | | |
| | | private String frosoildep; |
| | | |
| | | private String sintensity; |
| | | |
| | | private BigDecimal seismic; |
| | | |
| | | private String dsgrouping; |
| | | |
| | | private String areatype; |
| | | |
| | | private String seisection; |
| | | |
| | | private String groughness; |
| | | |
| | | private String lipindex; |
| | | |
| | | private String lipgrade; |
| | | |
| | | private String ssossoil; |
| | | |
| | | private BigDecimal gwatdepth; |
| | | |
| | | private String amplitude; |
| | | |
| | | private BigDecimal 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; |
| | | |
| | | private String thawtype; |
| | | |
| | | private String fsoiltype; |
| | | |
| | | private BigDecimal upperlimit; |
| | | |
| | | private String frostheave; |
| | | |
| | | private String frograde; |
| | | |
| | | private String coltype; |
| | | |
| | | private String colgrade; |
| | | |
| | | private String coldepth; |
| | | |
| | | private String demension; |
| | | |
| | | private String collayers; |
| | | |
| | | private String zoomgrade; |
| | | |
| | | private String atmdepth; |
| | | |
| | | private String salchename; |
| | | |
| | | private String salconname; |
| | | |
| | | private String subdegree; |
| | | |
| | | private String subgrade; |
| | | |
| | | private String saltexp; |
| | | |
| | | private String abnburying; |
| | | |
| | | private String profile; |
| | | |
| | | private String uniformity; |
| | | |
| | | private String strname; |
| | | |
| | | private String strdepth; |
| | | |
| | | private BigDecimal bearingcap; |
| | | |
| | | private BigDecimal commodulus; |
| | | |
| | | private String schemesugg; |
| | | |
| | | private String basesugg; |
| | | |
| | | private String conclusion; |
| | | |
| | | private String version; |
| | | |
| | | private String datastage; |
| | | |
| | | public SsurveyinformationEntity() { |
| | | } |
| | | |
| | | public String getSegname() { |
| | | return segname; |
| | | } |
| | | |
| | | public void setSegname(String segname) { |
| | | this.segname = segname; |
| | | } |
| | | |
| | | public String getProjname() { |
| | | return projname; |
| | | } |
| | | |
| | | public void setProjname(String projname) { |
| | | this.projname = projname; |
| | | } |
| | | |
| | | public String getPipename() { |
| | | return pipename; |
| | | } |
| | | |
| | | 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() { |
| | | return location; |
| | | } |
| | | |
| | | public void setLocation(String location) { |
| | | this.location = location; |
| | | } |
| | | |
| | | public String getMaxwindsp() { |
| | | return maxwindsp; |
| | | } |
| | | |
| | | public void setMaxwindsp(String maxwindsp) { |
| | | this.maxwindsp = maxwindsp; |
| | | } |
| | | |
| | | public String getWinddirect() { |
| | | return winddirect; |
| | | } |
| | | |
| | | public void setWinddirect(String winddirect) { |
| | | this.winddirect = winddirect; |
| | | } |
| | | |
| | | public String getRintensity() { |
| | | return rintensity; |
| | | } |
| | | |
| | | public void setRintensity(String rintensity) { |
| | | this.rintensity = rintensity; |
| | | } |
| | | |
| | | public String getMaxmtempe() { |
| | | return maxmtempe; |
| | | } |
| | | |
| | | public void setMaxmtempe(String maxmtempe) { |
| | | this.maxmtempe = maxmtempe; |
| | | } |
| | | |
| | | public String getMinmtempe() { |
| | | return minmtempe; |
| | | } |
| | | |
| | | public void setMinmtempe(String minmtempe) { |
| | | this.minmtempe = minmtempe; |
| | | } |
| | | |
| | | public String getFrosoildep() { |
| | | return frosoildep; |
| | | } |
| | | |
| | | public void setFrosoildep(String frosoildep) { |
| | | this.frosoildep = frosoildep; |
| | | } |
| | | |
| | | public String getSintensity() { |
| | | return sintensity; |
| | | } |
| | | |
| | | public void setSintensity(String sintensity) { |
| | | this.sintensity = sintensity; |
| | | } |
| | | |
| | | public BigDecimal getSeismic() { |
| | | return seismic; |
| | | } |
| | | |
| | | public void setSeismic(BigDecimal seismic) { |
| | | this.seismic = seismic; |
| | | } |
| | | |
| | | public String getDsgrouping() { |
| | | return dsgrouping; |
| | | } |
| | | |
| | | public void setDsgrouping(String dsgrouping) { |
| | | this.dsgrouping = dsgrouping; |
| | | } |
| | | |
| | | public String getAreatype() { |
| | | return areatype; |
| | | } |
| | | |
| | | public void setAreatype(String areatype) { |
| | | this.areatype = areatype; |
| | | } |
| | | |
| | | public String getSeisection() { |
| | | return seisection; |
| | | } |
| | | |
| | | public void setSeisection(String seisection) { |
| | | this.seisection = seisection; |
| | | } |
| | | |
| | | public String getGroughness() { |
| | | return groughness; |
| | | } |
| | | |
| | | public void setGroughness(String groughness) { |
| | | this.groughness = groughness; |
| | | } |
| | | |
| | | public String getLipindex() { |
| | | return lipindex; |
| | | } |
| | | |
| | | public void setLipindex(String lipindex) { |
| | | this.lipindex = lipindex; |
| | | } |
| | | |
| | | public String getLipgrade() { |
| | | return lipgrade; |
| | | } |
| | | |
| | | public void setLipgrade(String lipgrade) { |
| | | this.lipgrade = lipgrade; |
| | | } |
| | | |
| | | public String getSsossoil() { |
| | | return ssossoil; |
| | | } |
| | | |
| | | public void setSsossoil(String ssossoil) { |
| | | this.ssossoil = ssossoil; |
| | | } |
| | | |
| | | public BigDecimal getGwatdepth() { |
| | | return gwatdepth; |
| | | } |
| | | |
| | | public void setGwatdepth(BigDecimal gwatdepth) { |
| | | this.gwatdepth = gwatdepth; |
| | | } |
| | | |
| | | public String getAmplitude() { |
| | | return amplitude; |
| | | } |
| | | |
| | | public void setAmplitude(String amplitude) { |
| | | this.amplitude = amplitude; |
| | | } |
| | | |
| | | public BigDecimal getWaterelev() { |
| | | return waterelev; |
| | | } |
| | | |
| | | public void setWaterelev(BigDecimal waterelev) { |
| | | this.waterelev = waterelev; |
| | | } |
| | | |
| | | public String getGradeosw() { |
| | | return gradeosw; |
| | | } |
| | | |
| | | public void setGradeosw(String gradeosw) { |
| | | 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() { |
| | | return gradeosws; |
| | | } |
| | | |
| | | public void setGradeosws(String gradeosws) { |
| | | 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() { |
| | | return gradeossb; |
| | | } |
| | | |
| | | public void setGradeossb(String gradeossb) { |
| | | 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() { |
| | | return thawgrade; |
| | | } |
| | | |
| | | public void setThawgrade(String thawgrade) { |
| | | this.thawgrade = thawgrade; |
| | | } |
| | | |
| | | public String getThawtype() { |
| | | return thawtype; |
| | | } |
| | | |
| | | public void setThawtype(String thawtype) { |
| | | this.thawtype = thawtype; |
| | | } |
| | | |
| | | public String getFsoiltype() { |
| | | return fsoiltype; |
| | | } |
| | | |
| | | public void setFsoiltype(String fsoiltype) { |
| | | this.fsoiltype = fsoiltype; |
| | | } |
| | | |
| | | public BigDecimal getUpperlimit() { |
| | | return upperlimit; |
| | | } |
| | | |
| | | public void setUpperlimit(BigDecimal upperlimit) { |
| | | this.upperlimit = upperlimit; |
| | | } |
| | | |
| | | public String getFrostheave() { |
| | | return frostheave; |
| | | } |
| | | |
| | | public void setFrostheave(String frostheave) { |
| | | this.frostheave = frostheave; |
| | | } |
| | | |
| | | public String getFrograde() { |
| | | return frograde; |
| | | } |
| | | |
| | | public void setFrograde(String frograde) { |
| | | this.frograde = frograde; |
| | | } |
| | | |
| | | public String getColtype() { |
| | | return coltype; |
| | | } |
| | | |
| | | public void setColtype(String coltype) { |
| | | this.coltype = coltype; |
| | | } |
| | | |
| | | public String getColgrade() { |
| | | return colgrade; |
| | | } |
| | | |
| | | public void setColgrade(String colgrade) { |
| | | this.colgrade = colgrade; |
| | | } |
| | | |
| | | public String getColdepth() { |
| | | return coldepth; |
| | | } |
| | | |
| | | public void setColdepth(String coldepth) { |
| | | this.coldepth = coldepth; |
| | | } |
| | | |
| | | public String getDemension() { |
| | | return demension; |
| | | } |
| | | |
| | | public void setDemension(String demension) { |
| | | this.demension = demension; |
| | | } |
| | | |
| | | public String getCollayers() { |
| | | return collayers; |
| | | } |
| | | |
| | | public void setCollayers(String collayers) { |
| | | this.collayers = collayers; |
| | | } |
| | | |
| | | public String getZoomgrade() { |
| | | return zoomgrade; |
| | | } |
| | | |
| | | public void setZoomgrade(String zoomgrade) { |
| | | this.zoomgrade = zoomgrade; |
| | | } |
| | | |
| | | public String getAtmdepth() { |
| | | return atmdepth; |
| | | } |
| | | |
| | | public void setAtmdepth(String atmdepth) { |
| | | this.atmdepth = atmdepth; |
| | | } |
| | | |
| | | public String getSalchename() { |
| | | return salchename; |
| | | } |
| | | |
| | | public void setSalchename(String salchename) { |
| | | this.salchename = salchename; |
| | | } |
| | | |
| | | public String getSalconname() { |
| | | return salconname; |
| | | } |
| | | |
| | | public void setSalconname(String salconname) { |
| | | this.salconname = salconname; |
| | | } |
| | | |
| | | public String getSubdegree() { |
| | | return subdegree; |
| | | } |
| | | |
| | | public void setSubdegree(String subdegree) { |
| | | this.subdegree = subdegree; |
| | | } |
| | | |
| | | public String getSubgrade() { |
| | | return subgrade; |
| | | } |
| | | |
| | | public void setSubgrade(String subgrade) { |
| | | this.subgrade = subgrade; |
| | | } |
| | | |
| | | public String getSaltexp() { |
| | | return saltexp; |
| | | } |
| | | |
| | | public void setSaltexp(String saltexp) { |
| | | this.saltexp = saltexp; |
| | | } |
| | | |
| | | public String getAbnburying() { |
| | | return abnburying; |
| | | } |
| | | |
| | | public void setAbnburying(String abnburying) { |
| | | this.abnburying = abnburying; |
| | | } |
| | | |
| | | public String getProfile() { |
| | | return profile; |
| | | } |
| | | |
| | | public void setProfile(String profile) { |
| | | this.profile = profile; |
| | | } |
| | | |
| | | public String getUniformity() { |
| | | return uniformity; |
| | | } |
| | | |
| | | public void setUniformity(String uniformity) { |
| | | this.uniformity = uniformity; |
| | | } |
| | | |
| | | public String getStrname() { |
| | | return strname; |
| | | } |
| | | |
| | | public void setStrname(String strname) { |
| | | this.strname = strname; |
| | | } |
| | | |
| | | public String getStrdepth() { |
| | | return strdepth; |
| | | } |
| | | |
| | | public void setStrdepth(String strdepth) { |
| | | this.strdepth = strdepth; |
| | | } |
| | | |
| | | public BigDecimal getBearingcap() { |
| | | return bearingcap; |
| | | } |
| | | |
| | | public void setBearingcap(BigDecimal bearingcap) { |
| | | this.bearingcap = bearingcap; |
| | | } |
| | | |
| | | public BigDecimal getCommodulus() { |
| | | return commodulus; |
| | | } |
| | | |
| | | public void setCommodulus(BigDecimal commodulus) { |
| | | this.commodulus = commodulus; |
| | | } |
| | | |
| | | public String getSchemesugg() { |
| | | return schemesugg; |
| | | } |
| | | |
| | | public void setSchemesugg(String schemesugg) { |
| | | this.schemesugg = schemesugg; |
| | | } |
| | | |
| | | public String getBasesugg() { |
| | | return basesugg; |
| | | } |
| | | |
| | | public void setBasesugg(String basesugg) { |
| | | this.basesugg = basesugg; |
| | | } |
| | | |
| | | public String getConclusion() { |
| | | return conclusion; |
| | | } |
| | | |
| | | public void setConclusion(String conclusion) { |
| | | this.conclusion = conclusion; |
| | | } |
| | | |
| | | public String getVersion() { |
| | | return version; |
| | | } |
| | | |
| | | public void setVersion(String version) { |
| | | this.version = version; |
| | | } |
| | | |
| | | public String getDatastage() { |
| | | return datastage; |
| | | } |
| | | |
| | | public void setDatastage(String datastage) { |
| | | this.datastage = datastage; |
| | | } |
| | | } |