From 14a369399bed54031dc130acc9382bf7548009f7 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 20 二月 2023 12:01:56 +0800
Subject: [PATCH] 1

---
 src/main/java/com/lf/server/entity/bs/SboreholeEntity.java |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/lf/server/entity/bs/SboreholeEntity.java b/src/main/java/com/lf/server/entity/bs/SboreholeEntity.java
index ce80c4d..caa7b84 100644
--- a/src/main/java/com/lf/server/entity/bs/SboreholeEntity.java
+++ b/src/main/java/com/lf/server/entity/bs/SboreholeEntity.java
@@ -18,7 +18,7 @@
 @TableName("bs.s_borehole")
 @EqualsAndHashCode(callSuper = false)
 public class SboreholeEntity extends BaseGeoEntity {
-    private static final long serialVersionUID = 576425296057213696L;
+    private static final long serialVersionUID = 721547603943174528L;
 
     private String drilltype;
 
@@ -91,6 +91,8 @@
     private String version;
 
     private String datastage;
+
+    private String photono;
 
     public SboreholeEntity() {
     }
@@ -382,4 +384,12 @@
     public void setDatastage(String datastage) {
         this.datastage = datastage;
     }
+
+    public String getPhotono() {
+        return photono;
+    }
+
+    public void setPhotono(String photono) {
+        this.photono = photono;
+    }
 }

--
Gitblit v1.9.3