| | |
| | | import java.sql.Timestamp; |
| | | import java.time.LocalDate; |
| | | |
| | | /** |
| | | * Lunarimplocations180 |
| | | * @author WWW |
| | | */ |
| | | @Data |
| | | @AllArgsConstructor |
| | | @SuppressWarnings("ALL") |
| | | @TableName("mn.lunar_imp_locations_180") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class Lunarimplocations180Entity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 210184923936699008L; |
| | | private static final long serialVersionUID = 377736424271825920L; |
| | | |
| | | private String name; |
| | | |
| | | private Integer length; |
| | | private BigDecimal length; |
| | | |
| | | private Double lat; |
| | | private BigDecimal lat; |
| | | |
| | | private Double lon; |
| | | private BigDecimal lon; |
| | | |
| | | private String hostMare; |
| | | |
| | | private String geoContex; |
| | | |
| | | private String grade; |
| | | |
| | | private String belongs; |
| | | |
| | | private String belongsid; |
| | | |
| | | private String datastatus; |
| | | |
| | |
| | | this.name = name; |
| | | } |
| | | |
| | | public Integer getLength() { |
| | | public BigDecimal getLength() { |
| | | return length; |
| | | } |
| | | |
| | | public void setLength(Integer length) { |
| | | public void setLength(BigDecimal length) { |
| | | this.length = length; |
| | | } |
| | | |
| | | public Double getLat() { |
| | | public BigDecimal getLat() { |
| | | return lat; |
| | | } |
| | | |
| | | public void setLat(Double lat) { |
| | | public void setLat(BigDecimal lat) { |
| | | this.lat = lat; |
| | | } |
| | | |
| | | public Double getLon() { |
| | | public BigDecimal getLon() { |
| | | return lon; |
| | | } |
| | | |
| | | public void setLon(Double lon) { |
| | | public void setLon(BigDecimal lon) { |
| | | this.lon = lon; |
| | | } |
| | | |
| | |
| | | |
| | | public void setGrade(String grade) { |
| | | this.grade = grade; |
| | | } |
| | | |
| | | 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() { |