From a35420255f40c990841941fa32cc7c35209ef3b5 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 24 八月 2023 11:22:42 +0800
Subject: [PATCH] 修改BS架构的实体类

---
 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