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/Dlgresal500Entity.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/lf/server/entity/bs/Dlgresal500Entity.java b/src/main/java/com/lf/server/entity/bs/Dlgresal500Entity.java index cad152c..35096b0 100644 --- a/src/main/java/com/lf/server/entity/bs/Dlgresal500Entity.java +++ b/src/main/java/com/lf/server/entity/bs/Dlgresal500Entity.java @@ -7,6 +7,7 @@ import java.math.BigDecimal; import java.sql.Timestamp; +import java.time.LocalDate; /** * Dlgresal500 @@ -17,7 +18,7 @@ @TableName("bs.dlg_resal500") @EqualsAndHashCode(callSuper = false) public class Dlgresal500Entity extends BaseGeoEntity { - private static final long serialVersionUID = 759703795779358592L; + private static final long serialVersionUID = 829527137721668480L; private String usercode; -- Gitblit v1.9.3