月球大数据地理空间分析展示平台-【后端】-月球后台服务
1
13693261870
2024-11-13 8f40ed9dd97289e4a18c1539c1a8a70934cc0002
src/main/java/com/moon/server/entity/mn/GeoaikenperiodbasinconstructionEntity.java
@@ -9,17 +9,13 @@
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;
@@ -57,6 +53,7 @@
    private String stdTh;
    @TableField(value = "\"references\"")
    private String references;
    private String featureId;