From cb9fbcd27a288d0c61d85fa13ff5fc8eb1f4deab Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期六, 18 三月 2023 16:44:56 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/entity/bs/MpipelinepointEntity.java | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/lf/server/entity/bs/MpipelinepointEntity.java b/src/main/java/com/lf/server/entity/bs/MpipelinepointEntity.java index 9112689..b0ea0df 100644 --- a/src/main/java/com/lf/server/entity/bs/MpipelinepointEntity.java +++ b/src/main/java/com/lf/server/entity/bs/MpipelinepointEntity.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; /** * Mpipelinepoint @@ -14,10 +15,10 @@ */ @Data @AllArgsConstructor -@TableName("bd.m_pipelinepoint") +@TableName("bs.m_pipelinepoint") @EqualsAndHashCode(callSuper = false) public class MpipelinepointEntity extends BaseGeoEntity { - private static final long serialVersionUID = 505455336303196480L; + private static final long serialVersionUID = 116557317374533664L; private String segname; @@ -104,19 +105,19 @@ this.stavalue = stavalue; } - public BigDecimal getx() { + public BigDecimal getX() { return x; } - public void setx(BigDecimal x) { + public void setX(BigDecimal x) { this.x = x; } - public BigDecimal gety() { + public BigDecimal getY() { return y; } - public void sety(BigDecimal y) { + public void setY(BigDecimal y) { this.y = y; } -- Gitblit v1.9.3