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/Dlg100whfcpEntity.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/lf/server/entity/bd/Dlg100whfcpEntity.java b/src/main/java/com/lf/server/entity/bd/Dlg100whfcpEntity.java index cc53482..a0dbd2d 100644 --- a/src/main/java/com/lf/server/entity/bd/Dlg100whfcpEntity.java +++ b/src/main/java/com/lf/server/entity/bd/Dlg100whfcpEntity.java @@ -18,7 +18,7 @@ @TableName("bd.dlg_100w_hfcp") @EqualsAndHashCode(callSuper = false) public class Dlg100whfcpEntity extends BaseGeoEntity { - private static final long serialVersionUID = 817348371174814464L; + private static final long serialVersionUID = 878113773129002112L; private String gb; -- Gitblit v1.9.3