From 652a5eca0e6df9a565eb98026ba320dc3638cd11 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 16 三月 2023 09:17:12 +0800
Subject: [PATCH] 1

---
 src/main/java/com/lf/server/entity/bd/Bhy20wd21Entity.java |   28 ++++++++++++++++++++++++----
 1 files changed, 24 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/lf/server/entity/bd/Bhy20wd21Entity.java b/src/main/java/com/lf/server/entity/bd/Bhy20wd21Entity.java
index d791c31..46b5f58 100644
--- a/src/main/java/com/lf/server/entity/bd/Bhy20wd21Entity.java
+++ b/src/main/java/com/lf/server/entity/bd/Bhy20wd21Entity.java
@@ -18,7 +18,7 @@
 @TableName("bd.b_hy20w_d21")
 @EqualsAndHashCode(callSuper = false)
 public class Bhy20wd21Entity extends BaseGeoEntity {
-    private static final long serialVersionUID = 189270773990671520L;
+    private static final long serialVersionUID = 730143165090187904L;
 
     private String chfcac;
 
@@ -34,9 +34,13 @@
 
     private String ysd;
 
-    private BigDecimal qdfcf;
+    private String qdfcf;
 
     private String m2sLegend;
+
+    private String ann;
+
+    private String obid;
 
     public Bhy20wd21Entity() {
     }
@@ -97,11 +101,11 @@
         this.ysd = ysd;
     }
 
-    public BigDecimal getQdfcf() {
+    public String getQdfcf() {
         return qdfcf;
     }
 
-    public void setQdfcf(BigDecimal qdfcf) {
+    public void setQdfcf(String qdfcf) {
         this.qdfcf = qdfcf;
     }
 
@@ -112,4 +116,20 @@
     public void setM2sLegend(String m2sLegend) {
         this.m2sLegend = m2sLegend;
     }
+
+    public String getAnn() {
+        return ann;
+    }
+
+    public void setAnn(String ann) {
+        this.ann = ann;
+    }
+
+    public String getObid() {
+        return obid;
+    }
+
+    public void setObid(String obid) {
+        this.obid = obid;
+    }
 }

--
Gitblit v1.9.3