From a35420255f40c990841941fa32cc7c35209ef3b5 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 24 八月 2023 11:22:42 +0800
Subject: [PATCH] 修改BS架构的实体类

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

diff --git a/src/main/java/com/lf/server/entity/bs/Dlg1whydlEntity.java b/src/main/java/com/lf/server/entity/bs/Dlg1whydlEntity.java
index 21641f5..c4b0f93 100644
--- a/src/main/java/com/lf/server/entity/bs/Dlg1whydlEntity.java
+++ b/src/main/java/com/lf/server/entity/bs/Dlg1whydlEntity.java
@@ -18,7 +18,7 @@
 @TableName("bs.dlg_1w_hydl")
 @EqualsAndHashCode(callSuper = false)
 public class Dlg1whydlEntity extends BaseGeoEntity {
-    private static final long serialVersionUID = 527701124794642048L;
+    private static final long serialVersionUID = 351793358731918720L;
 
     private String maptile;
 

--
Gitblit v1.9.3