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/Bhy20wboundEntity.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/lf/server/entity/bd/Bhy20wboundEntity.java b/src/main/java/com/lf/server/entity/bd/Bhy20wboundEntity.java index 24b0806..a9f5a0a 100644 --- a/src/main/java/com/lf/server/entity/bd/Bhy20wboundEntity.java +++ b/src/main/java/com/lf/server/entity/bd/Bhy20wboundEntity.java @@ -18,7 +18,7 @@ @TableName("bd.b_hy20w_bound") @EqualsAndHashCode(callSuper = false) public class Bhy20wboundEntity extends BaseGeoEntity { - private static final long serialVersionUID = 730143165090187904L; + private static final long serialVersionUID = 822473019744489856L; private String chfcac; -- Gitblit v1.9.3