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/SexplorationpointstratumEntity.java |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/java/com/lf/server/entity/bs/SexplorationpointstratumEntity.java b/src/main/java/com/lf/server/entity/bs/SexplorationpointstratumEntity.java
index c5f3e64..d509b9e 100644
--- a/src/main/java/com/lf/server/entity/bs/SexplorationpointstratumEntity.java
+++ b/src/main/java/com/lf/server/entity/bs/SexplorationpointstratumEntity.java
@@ -18,7 +18,7 @@
 @TableName("bs.s_explorationpointstratum")
 @EqualsAndHashCode(callSuper = false)
 public class SexplorationpointstratumEntity extends BaseEntity {
-    private static final long serialVersionUID = 757752290348406912L;
+    private static final long serialVersionUID = 637485277670195968L;
 
     private String pipename;
 
@@ -36,7 +36,7 @@
 
     private Double botdepth;
 
-    private Double elev;
+    private Double elevation;
 
     private String geoname;
 
@@ -123,12 +123,12 @@
         this.botdepth = botdepth;
     }
 
-    public Double getElev() {
-        return elev;
+    public Double getElevation() {
+        return elevation;
     }
 
-    public void setElev(Double elev) {
-        this.elev = elev;
+    public void setElevation(Double elevation) {
+        this.elevation = elevation;
     }
 
     public String getGeoname() {

--
Gitblit v1.9.3