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/GhighandsteepslopeEntity.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/lf/server/entity/bs/GhighandsteepslopeEntity.java b/src/main/java/com/lf/server/entity/bs/GhighandsteepslopeEntity.java index f510457..0a53991 100644 --- a/src/main/java/com/lf/server/entity/bs/GhighandsteepslopeEntity.java +++ b/src/main/java/com/lf/server/entity/bs/GhighandsteepslopeEntity.java @@ -18,7 +18,7 @@ @TableName("bs.g_highandsteep_slope") @EqualsAndHashCode(callSuper = false) public class GhighandsteepslopeEntity extends BaseGeoEntity { - private static final long serialVersionUID = 475362344400660288L; + private static final long serialVersionUID = 355095331722449216L; private String number; -- Gitblit v1.9.3