| | |
| | | @AllArgsConstructor |
| | | @TableName("mn.geo_ferrous_anorthosite_suite") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | @SuppressWarnings("AlibabaLowerCamelCaseVariableNaming") |
| | | public class GeoferrousanorthositesuiteEntity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 98513962746837152L; |
| | | private static final long serialVersionUID = 799637120123783680L; |
| | | |
| | | private String quadrangle; |
| | | |
| | |
| | | |
| | | private BigDecimal lat; |
| | | |
| | | private String feature_id; |
| | | private String featureId; |
| | | |
| | | private String feature_t; |
| | | private String featuret; |
| | | |
| | | private String datastatus; |
| | | |
| | |
| | | public GeoferrousanorthositesuiteEntity() { |
| | | } |
| | | |
| | | public String getquadrangle() { |
| | | public String getQuadrangle() { |
| | | return quadrangle; |
| | | } |
| | | |
| | | public void setquadrangle(String quadrangle) { |
| | | public void setQuadrangle(String quadrangle) { |
| | | this.quadrangle = quadrangle; |
| | | } |
| | | |
| | | public String getgeobody() { |
| | | public String getGeobody() { |
| | | return geobody; |
| | | } |
| | | |
| | | public void setgeobody(String geobody) { |
| | | public void setGeobody(String geobody) { |
| | | this.geobody = geobody; |
| | | } |
| | | |
| | | public BigDecimal getarea() { |
| | | public BigDecimal getArea() { |
| | | return area; |
| | | } |
| | | |
| | | public void setarea(BigDecimal area) { |
| | | public void setArea(BigDecimal area) { |
| | | this.area = area; |
| | | } |
| | | |
| | | public BigDecimal getlon() { |
| | | public BigDecimal getLon() { |
| | | return lon; |
| | | } |
| | | |
| | | public void setlon(BigDecimal lon) { |
| | | public void setLon(BigDecimal lon) { |
| | | this.lon = lon; |
| | | } |
| | | |
| | | public BigDecimal getlat() { |
| | | public BigDecimal getLat() { |
| | | return lat; |
| | | } |
| | | |
| | | public void setlat(BigDecimal lat) { |
| | | public void setLat(BigDecimal lat) { |
| | | this.lat = lat; |
| | | } |
| | | |
| | | public String getfeature_id() { |
| | | return feature_id; |
| | | public String getFeatureId() { |
| | | return featureId; |
| | | } |
| | | |
| | | public void setfeature_id(String feature_id) { |
| | | this.feature_id = feature_id; |
| | | public void setFeatureId(String featureId) { |
| | | this.featureId = featureId; |
| | | } |
| | | |
| | | public String getfeature_t() { |
| | | return feature_t; |
| | | public String getFeaturet() { |
| | | return featuret; |
| | | } |
| | | |
| | | public void setfeature_t(String feature_t) { |
| | | this.feature_t = feature_t; |
| | | public void setFeaturet(String featuret) { |
| | | this.featuret = featuret; |
| | | } |
| | | |
| | | public String getdatastatus() { |
| | | public String getDatastatus() { |
| | | return datastatus; |
| | | } |
| | | |
| | | public void setdatastatus(String datastatus) { |
| | | public void setDatastatus(String datastatus) { |
| | | this.datastatus = datastatus; |
| | | } |
| | | |
| | | public String getremarks() { |
| | | public String getRemarks() { |
| | | return remarks; |
| | | } |
| | | |
| | | public void setremarks(String remarks) { |
| | | public void setRemarks(String remarks) { |
| | | this.remarks = remarks; |
| | | } |
| | | |
| | | public String getversion() { |
| | | public String getVersion() { |
| | | return version; |
| | | } |
| | | |
| | | public void setversion(String version) { |
| | | public void setVersion(String version) { |
| | | this.version = version; |
| | | } |
| | | |
| | | public String getdatastage() { |
| | | public String getDatastage() { |
| | | return datastage; |
| | | } |
| | | |
| | | public void setdatastage(String datastage) { |
| | | public void setDatastage(String datastage) { |
| | | this.datastage = datastage; |
| | | } |
| | | } |