| | |
| | | import java.sql.Timestamp; |
| | | import java.time.LocalDate; |
| | | |
| | | /** |
| | | * Geospinelnorthosite |
| | | * @author WWW |
| | | */ |
| | | @Data |
| | | @AllArgsConstructor |
| | | @SuppressWarnings("ALL") |
| | | @TableName("mn.geo_spinel_northosite") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class GeospinelnorthositeEntity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 80409608353120096L; |
| | | private static final long serialVersionUID = 377736424271825920L; |
| | | |
| | | private String quadrangle; |
| | | |
| | |
| | | |
| | | private String featureT; |
| | | |
| | | @TableField(value = "\"references\"") |
| | | private String references; |
| | | |
| | | private String datastatus; |