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

diff --git a/src/main/java/com/lf/server/entity/bs/SexplorationpointEntity.java b/src/main/java/com/lf/server/entity/bs/SexplorationpointEntity.java
index e2e25b8..87bc8b7 100644
--- a/src/main/java/com/lf/server/entity/bs/SexplorationpointEntity.java
+++ b/src/main/java/com/lf/server/entity/bs/SexplorationpointEntity.java
@@ -30,9 +30,9 @@
 
     private BigDecimal holedepth;
 
-    private BigDecimal gwaterdep;
+    private String gwaterdep;
 
-    private BigDecimal wamplitude;
+    private String wamplitude;
 
     private String drilltype;
 
@@ -101,19 +101,19 @@
         this.holedepth = holedepth;
     }
 
-    public BigDecimal getGwaterdep() {
+    public String getGwaterdep() {
         return gwaterdep;
     }
 
-    public void setGwaterdep(BigDecimal gwaterdep) {
+    public void setGwaterdep(String gwaterdep) {
         this.gwaterdep = gwaterdep;
     }
 
-    public BigDecimal getWamplitude() {
+    public String getWamplitude() {
         return wamplitude;
     }
 
-    public void setWamplitude(BigDecimal wamplitude) {
+    public void setWamplitude(String wamplitude) {
         this.wamplitude = wamplitude;
     }
 

--
Gitblit v1.9.3