From 14a369399bed54031dc130acc9382bf7548009f7 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 20 二月 2023 12:01:56 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/entity/bs/Dlg1wrespEntity.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/lf/server/entity/bs/Dlg1wrespEntity.java b/src/main/java/com/lf/server/entity/bs/Dlg1wrespEntity.java index 5bf715a..897f935 100644 --- a/src/main/java/com/lf/server/entity/bs/Dlg1wrespEntity.java +++ b/src/main/java/com/lf/server/entity/bs/Dlg1wrespEntity.java @@ -7,6 +7,7 @@ import java.math.BigDecimal; import java.sql.Timestamp; +import java.time.LocalDate; /** * Dlg1wresp @@ -17,7 +18,7 @@ @TableName("bs.dlg_1w_resp") @EqualsAndHashCode(callSuper = false) public class Dlg1wrespEntity extends BaseGeoEntity { - private static final long serialVersionUID = 62868069420972864L; + private static final long serialVersionUID = 773886384337156224L; private String maptile; -- Gitblit v1.9.3