| | |
| | | import java.sql.Timestamp; |
| | | import java.time.LocalDate; |
| | | |
| | | /** |
| | | * Geoaikenperiodbasinconstruction |
| | | * @author WWW |
| | | */ |
| | | @Data |
| | | @AllArgsConstructor |
| | | @SuppressWarnings("ALL") |
| | | @TableName("mn.geo_aiken_period_basin_construction") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class GeoaikenperiodbasinconstructionEntity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 275594348216240448L; |
| | | private static final long serialVersionUID = 931726191161072896L; |
| | | |
| | | private String cName; |
| | | |
| | |
| | | |
| | | private String stdTh; |
| | | |
| | | @TableField(value = "\"references\"") |
| | | private String references; |
| | | |
| | | private String featureId; |