From cf547f4d9c56cf2d86ae60132aa7496bee93bf9c Mon Sep 17 00:00:00 2001 From: xing <xingjs@qq.com> Date: 星期二, 21 二月 2023 17:12:12 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/main/java/com/lf/server/entity/bs/GdebrisflowEntity.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/lf/server/entity/bs/GdebrisflowEntity.java b/src/main/java/com/lf/server/entity/bs/GdebrisflowEntity.java index d6ed90c..82a46a2 100644 --- a/src/main/java/com/lf/server/entity/bs/GdebrisflowEntity.java +++ b/src/main/java/com/lf/server/entity/bs/GdebrisflowEntity.java @@ -7,6 +7,7 @@ import java.math.BigDecimal; import java.sql.Timestamp; +import java.time.LocalDate; /** * Gdebrisflow @@ -17,7 +18,7 @@ @TableName("bs.g_debrisflow") @EqualsAndHashCode(callSuper = false) public class GdebrisflowEntity extends BaseGeoEntity { - private static final long serialVersionUID = 846909001863984896L; + private static final long serialVersionUID = 80352630969301168L; private String number; -- Gitblit v1.9.3