From dc137d62c3c6bb62b3d43965b514ca9ebaf9c7f4 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 06 三月 2023 14:51:19 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/entity/bs/GcollapseEntity.java | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/lf/server/entity/bs/GcollapseEntity.java b/src/main/java/com/lf/server/entity/bs/GcollapseEntity.java index 74d462d..d244992 100644 --- a/src/main/java/com/lf/server/entity/bs/GcollapseEntity.java +++ b/src/main/java/com/lf/server/entity/bs/GcollapseEntity.java @@ -1,4 +1,4 @@ -package com.lf.server.entity.bd; +package com.lf.server.entity.bs; import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableName; @@ -7,6 +7,7 @@ import java.math.BigDecimal; import java.sql.Timestamp; +import java.time.LocalDate; /** * Gcollapse @@ -14,10 +15,10 @@ */ @Data @AllArgsConstructor -@TableName("bd.g_collapse") +@TableName("bs.g_collapse") @EqualsAndHashCode(callSuper = false) public class GcollapseEntity extends BaseGeoEntity { - private static final long serialVersionUID = 341835049140190272L; + private static final long serialVersionUID = 80352630969301168L; private String number; -- Gitblit v1.9.3