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/bd/BboreholeEntity.java |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/java/com/lf/server/entity/bd/BboreholeEntity.java b/src/main/java/com/lf/server/entity/bd/BboreholeEntity.java
index f901c96..5cd8e02 100644
--- a/src/main/java/com/lf/server/entity/bd/BboreholeEntity.java
+++ b/src/main/java/com/lf/server/entity/bd/BboreholeEntity.java
@@ -18,7 +18,7 @@
 @TableName("bd.b_borehole")
 @EqualsAndHashCode(callSuper = false)
 public class BboreholeEntity extends BaseGeoEntity {
-    private static final long serialVersionUID = 620521317990739456L;
+    private static final long serialVersionUID = 822473019744489856L;
 
     private String drilltype;
 
@@ -179,19 +179,19 @@
         this.path = path;
     }
 
-    public BigDecimal getx() {
+    public BigDecimal getX() {
         return x;
     }
 
-    public void setx(BigDecimal x) {
+    public void setX(BigDecimal x) {
         this.x = x;
     }
 
-    public BigDecimal gety() {
+    public BigDecimal getY() {
         return y;
     }
 
-    public void sety(BigDecimal y) {
+    public void setY(BigDecimal y) {
         this.y = y;
     }
 

--
Gitblit v1.9.3