| | |
| | | @AllArgsConstructor |
| | | @TableName("mn.lobate_scarps_180") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | @SuppressWarnings("AlibabaLowerCamelCaseVariableNaming") |
| | | public class Lobatescarps180Entity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 544524195857590144L; |
| | | private static final long serialVersionUID = 82027066071530368L; |
| | | |
| | | private BigDecimal start_lat; |
| | | private BigDecimal startLat; |
| | | |
| | | private BigDecimal start_lon; |
| | | private BigDecimal startLon; |
| | | |
| | | private BigDecimal end_lon; |
| | | private BigDecimal endLon; |
| | | |
| | | private BigDecimal end_lat; |
| | | private BigDecimal endLat; |
| | | |
| | | private String datastatus; |
| | | |
| | |
| | | public Lobatescarps180Entity() { |
| | | } |
| | | |
| | | public BigDecimal getstart_lat() { |
| | | return start_lat; |
| | | public BigDecimal getStartLat() { |
| | | return startLat; |
| | | } |
| | | |
| | | public void setstart_lat(BigDecimal start_lat) { |
| | | this.start_lat = start_lat; |
| | | public void setStartLat(BigDecimal startLat) { |
| | | this.startLat = startLat; |
| | | } |
| | | |
| | | public BigDecimal getstart_lon() { |
| | | return start_lon; |
| | | public BigDecimal getStartLon() { |
| | | return startLon; |
| | | } |
| | | |
| | | public void setstart_lon(BigDecimal start_lon) { |
| | | this.start_lon = start_lon; |
| | | public void setStartLon(BigDecimal startLon) { |
| | | this.startLon = startLon; |
| | | } |
| | | |
| | | public BigDecimal getend_lon() { |
| | | return end_lon; |
| | | public BigDecimal getEndLon() { |
| | | return endLon; |
| | | } |
| | | |
| | | public void setend_lon(BigDecimal end_lon) { |
| | | this.end_lon = end_lon; |
| | | public void setEndLon(BigDecimal endLon) { |
| | | this.endLon = endLon; |
| | | } |
| | | |
| | | public BigDecimal getend_lat() { |
| | | return end_lat; |
| | | public BigDecimal getEndLat() { |
| | | return endLat; |
| | | } |
| | | |
| | | public void setend_lat(BigDecimal end_lat) { |
| | | this.end_lat = end_lat; |
| | | public void setEndLat(BigDecimal endLat) { |
| | | this.endLat = endLat; |
| | | } |
| | | |
| | | 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; |
| | | } |
| | | } |