From ed8c7a5effd0d423ce1118b680ecdca6fe732609 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 02 七月 2025 16:43:13 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.11.205:9000/r/P2022036_Service --- src/main/java/com/lf/server/entity/bs/Dlg1wcptpEntity.java | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/main/java/com/lf/server/entity/bs/Dlg1wcptpEntity.java b/src/main/java/com/lf/server/entity/bs/Dlg1wcptpEntity.java index 84deff5..08ff84c 100644 --- a/src/main/java/com/lf/server/entity/bs/Dlg1wcptpEntity.java +++ b/src/main/java/com/lf/server/entity/bs/Dlg1wcptpEntity.java @@ -7,6 +7,7 @@ import java.math.BigDecimal; import java.sql.Timestamp; +import java.time.LocalDate; /** * Dlg1wcptp @@ -17,7 +18,7 @@ @TableName("bs.dlg_1w_cptp") @EqualsAndHashCode(callSuper = false) public class Dlg1wcptpEntity extends BaseGeoEntity { - private static final long serialVersionUID = 899247782257966592L; + private static final long serialVersionUID = 710598385758045312L; private String gb; @@ -27,7 +28,7 @@ private String tegr; - private BigDecimal elev; + private BigDecimal elevation; private String type; @@ -68,12 +69,12 @@ this.tegr = tegr; } - public BigDecimal getElev() { - return elev; + public BigDecimal getElevation() { + return elevation; } - public void setElev(BigDecimal elev) { - this.elev = elev; + public void setElevation(BigDecimal elevation) { + this.elevation = elevation; } public String getType() { -- Gitblit v1.9.3