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/Bhy20ws81Entity.java | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/lf/server/entity/bd/Bhy20ws81Entity.java b/src/main/java/com/lf/server/entity/bd/Bhy20ws81Entity.java index 51e0bcd..e79100e 100644 --- a/src/main/java/com/lf/server/entity/bd/Bhy20ws81Entity.java +++ b/src/main/java/com/lf/server/entity/bd/Bhy20ws81Entity.java @@ -18,7 +18,7 @@ @TableName("bd.b_hy20w_s81") @EqualsAndHashCode(callSuper = false) public class Bhy20ws81Entity extends BaseGeoEntity { - private static final long serialVersionUID = 352891061153677824L; + private static final long serialVersionUID = 371338138064061376L; private String chfcac; @@ -31,6 +31,8 @@ private BigDecimal swibfh; private String m2sLegend; + + private String ann; public Bhy20ws81Entity() { } @@ -82,4 +84,12 @@ public void setM2sLegend(String m2sLegend) { this.m2sLegend = m2sLegend; } + + public String getAnn() { + return ann; + } + + public void setAnn(String ann) { + this.ann = ann; + } } -- Gitblit v1.9.3