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 | 11 ++++++----- 1 files changed, 6 insertions(+), 5 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 2d5f675..b0ea0df 100644 --- a/src/main/java/com/lf/server/entity/bs/MpipelinepointEntity.java +++ b/src/main/java/com/lf/server/entity/bs/MpipelinepointEntity.java @@ -7,6 +7,7 @@ import java.math.BigDecimal; import java.sql.Timestamp; +import java.time.LocalDate; /** * Mpipelinepoint @@ -17,7 +18,7 @@ @TableName("bs.m_pipelinepoint") @EqualsAndHashCode(callSuper = false) public class MpipelinepointEntity extends BaseGeoEntity { - private static final long serialVersionUID = 488103974837858240L; + 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