| | |
| | | @AllArgsConstructor |
| | | @TableName("mn.lobate_scarps_180") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | @SuppressWarnings("AlibabaLowerCamelCaseVariableNaming") |
| | | public class Lobatescarps180Entity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 568989950962825664L; |
| | | private static final long serialVersionUID = 544524195857590144L; |
| | | |
| | | private Double id; |
| | | private BigDecimal start_lat; |
| | | |
| | | private BigDecimal latStart; |
| | | private BigDecimal start_lon; |
| | | |
| | | private BigDecimal lonStart; |
| | | private BigDecimal end_lon; |
| | | |
| | | private BigDecimal lonEnd; |
| | | |
| | | private BigDecimal latEnd; |
| | | |
| | | private String belongs; |
| | | |
| | | private String belongsid; |
| | | private BigDecimal end_lat; |
| | | |
| | | private String datastatus; |
| | | |
| | |
| | | public Lobatescarps180Entity() { |
| | | } |
| | | |
| | | public Double getId() { |
| | | return id; |
| | | public BigDecimal getstart_lat() { |
| | | return start_lat; |
| | | } |
| | | |
| | | public void setId(Double id) { |
| | | this.id = id; |
| | | public void setstart_lat(BigDecimal start_lat) { |
| | | this.start_lat = start_lat; |
| | | } |
| | | |
| | | public BigDecimal getLatStart() { |
| | | return latStart; |
| | | public BigDecimal getstart_lon() { |
| | | return start_lon; |
| | | } |
| | | |
| | | public void setLatStart(BigDecimal latStart) { |
| | | this.latStart = latStart; |
| | | public void setstart_lon(BigDecimal start_lon) { |
| | | this.start_lon = start_lon; |
| | | } |
| | | |
| | | public BigDecimal getLonStart() { |
| | | return lonStart; |
| | | public BigDecimal getend_lon() { |
| | | return end_lon; |
| | | } |
| | | |
| | | public void setLonStart(BigDecimal lonStart) { |
| | | this.lonStart = lonStart; |
| | | public void setend_lon(BigDecimal end_lon) { |
| | | this.end_lon = end_lon; |
| | | } |
| | | |
| | | public BigDecimal getLonEnd() { |
| | | return lonEnd; |
| | | public BigDecimal getend_lat() { |
| | | return end_lat; |
| | | } |
| | | |
| | | public void setLonEnd(BigDecimal lonEnd) { |
| | | this.lonEnd = lonEnd; |
| | | public void setend_lat(BigDecimal end_lat) { |
| | | this.end_lat = end_lat; |
| | | } |
| | | |
| | | public BigDecimal getLatEnd() { |
| | | return latEnd; |
| | | } |
| | | |
| | | public void setLatEnd(BigDecimal latEnd) { |
| | | this.latEnd = latEnd; |
| | | } |
| | | |
| | | 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() { |
| | | 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; |
| | | } |
| | | } |