From 496f96824a1e1bf351236d13bcd7dcedf968f20c Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 21 八月 2023 11:15:44 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/entity/bs/Dlgrespt500Entity.java | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/lf/server/entity/bs/Dlgrespt500Entity.java b/src/main/java/com/lf/server/entity/bs/Dlgrespt500Entity.java index 7ea77b3..4791b39 100644 --- a/src/main/java/com/lf/server/entity/bs/Dlgrespt500Entity.java +++ b/src/main/java/com/lf/server/entity/bs/Dlgrespt500Entity.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; /** * Dlgrespt500 @@ -14,10 +15,10 @@ */ @Data @AllArgsConstructor -@TableName("bd.dlg_respt500") +@TableName("bs.dlg_respt500") @EqualsAndHashCode(callSuper = false) public class Dlgrespt500Entity extends BaseGeoEntity { - private static final long serialVersionUID = 895824816029437312L; + private static final long serialVersionUID = 29352111289907300L; private String usercode; -- Gitblit v1.9.3