| | |
| | | */ |
| | | @Data |
| | | @AllArgsConstructor |
| | | @SuppressWarnings("ALL") |
| | | @TableName("mn.geo_siliceous_volcanic_rock") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class GeosiliceousvolcanicrockEntity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 440832093097657024L; |
| | | private static final long serialVersionUID = 80409608353120096L; |
| | | |
| | | private String quadrangle; |
| | | |
| | |
| | | |
| | | private String featureId; |
| | | |
| | | private String featuret; |
| | | private String featureT; |
| | | |
| | | private String datastatus; |
| | | |
| | |
| | | this.featureId = featureId; |
| | | } |
| | | |
| | | public String getFeaturet() { |
| | | return featuret; |
| | | public String getFeatureT() { |
| | | return featureT; |
| | | } |
| | | |
| | | public void setFeaturet(String featuret) { |
| | | this.featuret = featuret; |
| | | public void setFeatureT(String featureT) { |
| | | this.featureT = featureT; |
| | | } |
| | | |
| | | public String getDatastatus() { |