月球大数据地理空间分析展示平台-【后端】-月球后台服务
1
13693261870
2024-11-13 8f40ed9dd97289e4a18c1539c1a8a70934cc0002
src/main/java/com/moon/server/entity/mn/GeomappableunitEntity.java
@@ -9,16 +9,13 @@
import java.sql.Timestamp;
import java.time.LocalDate;
/**
 * Geomappableunit
 * @author WWW
 */
@Data
@AllArgsConstructor
@SuppressWarnings("ALL")
@TableName("mn.geo_mappable_unit")
@EqualsAndHashCode(callSuper = false)
public class GeomappableunitEntity extends BaseGeoEntity {
    private static final long serialVersionUID = 440832093097657024L;
    private static final long serialVersionUID = 736541451297952512L;
    private String unitNum;
@@ -38,7 +35,7 @@
    private String source;
    private Timestamp collectt;
    private Timestamp collectT;
    private String datastatus;
@@ -123,12 +120,12 @@
        this.source = source;
    }
    public Timestamp getCollectt() {
        return collectt;
    public Timestamp getCollectT() {
        return collectT;
    }
    public void setCollectt(Timestamp collectt) {
        this.collectt = collectt;
    public void setCollectT(Timestamp collectT) {
        this.collectT = collectT;
    }
    public String getDatastatus() {