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/Bhy20ws41Entity.java | 18 ++++++++++++++---- 1 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/lf/server/entity/bd/Bhy20ws41Entity.java b/src/main/java/com/lf/server/entity/bd/Bhy20ws41Entity.java index 1a596e6..2077f2b 100644 --- a/src/main/java/com/lf/server/entity/bd/Bhy20ws41Entity.java +++ b/src/main/java/com/lf/server/entity/bd/Bhy20ws41Entity.java @@ -18,13 +18,15 @@ @TableName("bd.b_hy20w_s41") @EqualsAndHashCode(callSuper = false) public class Bhy20ws41Entity extends BaseGeoEntity { - private static final long serialVersionUID = 352891061153677824L; + private static final long serialVersionUID = 371338138064061376L; private String chfcac; - private BigDecimal swfhe; + private String swfhe; private String m2sLegend; + + private String ann; public Bhy20ws41Entity() { } @@ -37,11 +39,11 @@ this.chfcac = chfcac; } - public BigDecimal getSwfhe() { + public String getSwfhe() { return swfhe; } - public void setSwfhe(BigDecimal swfhe) { + public void setSwfhe(String swfhe) { this.swfhe = swfhe; } @@ -52,4 +54,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