From e1410a1e159a4ab734abb423c2785acc4e708b06 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 24 八月 2023 11:24:25 +0800
Subject: [PATCH] 修改BD表构架下的所有实体类

---
 src/main/java/com/lf/server/entity/bd/Bhy20ws19Entity.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/lf/server/entity/bd/Bhy20ws19Entity.java b/src/main/java/com/lf/server/entity/bd/Bhy20ws19Entity.java
index 2e6bb15..ab19660 100644
--- a/src/main/java/com/lf/server/entity/bd/Bhy20ws19Entity.java
+++ b/src/main/java/com/lf/server/entity/bd/Bhy20ws19Entity.java
@@ -18,7 +18,7 @@
 @TableName("bd.b_hy20w_s19")
 @EqualsAndHashCode(callSuper = false)
 public class Bhy20ws19Entity extends BaseGeoEntity {
-    private static final long serialVersionUID = 371338138064061376L;
+    private static final long serialVersionUID = 986093306907496064L;
 
     private String swaf;
 

--
Gitblit v1.9.3