From 71726a1cb05790d6841595ef7daef5173f2cddfa Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 29 三月 2023 09:43:11 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/entity/bs/Dlg1wcptpEntity.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/lf/server/entity/bs/Dlg1wcptpEntity.java b/src/main/java/com/lf/server/entity/bs/Dlg1wcptpEntity.java index 84deff5..f81c9c2 100644 --- a/src/main/java/com/lf/server/entity/bs/Dlg1wcptpEntity.java +++ b/src/main/java/com/lf/server/entity/bs/Dlg1wcptpEntity.java @@ -7,6 +7,7 @@ import java.math.BigDecimal; import java.sql.Timestamp; +import java.time.LocalDate; /** * Dlg1wcptp @@ -17,7 +18,7 @@ @TableName("bs.dlg_1w_cptp") @EqualsAndHashCode(callSuper = false) public class Dlg1wcptpEntity extends BaseGeoEntity { - private static final long serialVersionUID = 899247782257966592L; + private static final long serialVersionUID = 527701124794642048L; private String gb; -- Gitblit v1.9.3