| | |
| | | @AllArgsConstructor |
| | | @TableName("mn.lunar_imp_locations_180") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | @SuppressWarnings("AlibabaLowerCamelCaseVariableNaming") |
| | | public class Lunarimplocations180Entity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 544524195857590144L; |
| | | private static final long serialVersionUID = 82027066071530368L; |
| | | |
| | | private String name; |
| | | |
| | |
| | | |
| | | private BigDecimal lon; |
| | | |
| | | private String host_mare; |
| | | private String hostMare; |
| | | |
| | | private String geo_contex; |
| | | private String geoContex; |
| | | |
| | | private String grade; |
| | | |
| | |
| | | public Lunarimplocations180Entity() { |
| | | } |
| | | |
| | | public String getname() { |
| | | public String getName() { |
| | | return name; |
| | | } |
| | | |
| | | public void setname(String name) { |
| | | public void setName(String name) { |
| | | this.name = name; |
| | | } |
| | | |
| | | public BigDecimal getlength() { |
| | | public BigDecimal getLength() { |
| | | return length; |
| | | } |
| | | |
| | | public void setlength(BigDecimal length) { |
| | | public void setLength(BigDecimal length) { |
| | | this.length = length; |
| | | } |
| | | |
| | | public BigDecimal getlat() { |
| | | public BigDecimal getLat() { |
| | | return lat; |
| | | } |
| | | |
| | | public void setlat(BigDecimal lat) { |
| | | public void setLat(BigDecimal lat) { |
| | | this.lat = lat; |
| | | } |
| | | |
| | | public BigDecimal getlon() { |
| | | public BigDecimal getLon() { |
| | | return lon; |
| | | } |
| | | |
| | | public void setlon(BigDecimal lon) { |
| | | public void setLon(BigDecimal lon) { |
| | | this.lon = lon; |
| | | } |
| | | |
| | | public String gethost_mare() { |
| | | return host_mare; |
| | | public String getHostMare() { |
| | | return hostMare; |
| | | } |
| | | |
| | | public void sethost_mare(String host_mare) { |
| | | this.host_mare = host_mare; |
| | | public void setHostMare(String hostMare) { |
| | | this.hostMare = hostMare; |
| | | } |
| | | |
| | | public String getgeo_contex() { |
| | | return geo_contex; |
| | | public String getGeoContex() { |
| | | return geoContex; |
| | | } |
| | | |
| | | public void setgeo_contex(String geo_contex) { |
| | | this.geo_contex = geo_contex; |
| | | public void setGeoContex(String geoContex) { |
| | | this.geoContex = geoContex; |
| | | } |
| | | |
| | | public String getgrade() { |
| | | public String getGrade() { |
| | | return grade; |
| | | } |
| | | |
| | | public void setgrade(String grade) { |
| | | public void setGrade(String grade) { |
| | | this.grade = grade; |
| | | } |
| | | |
| | | 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; |
| | | } |
| | | } |