From 05b7f36c1fdb1dae4fd2131f63e10f72f85ee42c Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 03 四月 2023 16:49:14 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/entity/bs/SgeologicaldataEntity.java | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/lf/server/entity/bs/SgeologicaldataEntity.java b/src/main/java/com/lf/server/entity/bs/SgeologicaldataEntity.java index 5c68494..48cdeeb 100644 --- a/src/main/java/com/lf/server/entity/bs/SgeologicaldataEntity.java +++ b/src/main/java/com/lf/server/entity/bs/SgeologicaldataEntity.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; /** * Sgeologicaldata @@ -14,10 +15,10 @@ */ @Data @AllArgsConstructor -@TableName("bd.s_geological_data") +@TableName("bs.s_geological_data") @EqualsAndHashCode(callSuper = false) public class SgeologicaldataEntity extends BaseEntity { - private static final long serialVersionUID = 505455336303196480L; + private static final long serialVersionUID = 757752290348406912L; private String begnumber; -- Gitblit v1.9.3