From 295ae6c7514c90a2081a7806358007fec96bf238 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 22 十二月 2022 17:24:27 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/entity/bs/MdetactionpipelinepointEntity.java | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/lf/server/entity/bs/MdetactionpipelinepointEntity.java b/src/main/java/com/lf/server/entity/bs/MdetactionpipelinepointEntity.java index 3d2ca5a..fc6765a 100644 --- a/src/main/java/com/lf/server/entity/bs/MdetactionpipelinepointEntity.java +++ b/src/main/java/com/lf/server/entity/bs/MdetactionpipelinepointEntity.java @@ -7,6 +7,7 @@ import java.math.BigDecimal; import java.sql.Timestamp; +import java.time.LocalDate; /** * Mdetactionpipelinepoint @@ -17,7 +18,7 @@ @TableName("bs.m_detaction_pipelinepoint") @EqualsAndHashCode(callSuper = false) public class MdetactionpipelinepointEntity extends BaseGeoEntity { - private static final long serialVersionUID = 488103974837858240L; + private static final long serialVersionUID = 576425296057213696L; private String projname; @@ -41,7 +42,7 @@ private String laying; - private String layingdate; + private LocalDate layingdate; private String flowto; @@ -51,7 +52,7 @@ private String dpipetype; - private String surveydate; + private LocalDate surveydate; private BigDecimal x; @@ -170,11 +171,11 @@ this.laying = laying; } - public String getLayingdate() { + public LocalDate getLayingdate() { return layingdate; } - public void setLayingdate(String layingdate) { + public void setLayingdate(LocalDate layingdate) { this.layingdate = layingdate; } @@ -210,11 +211,11 @@ this.dpipetype = dpipetype; } - public String getSurveydate() { + public LocalDate getSurveydate() { return surveydate; } - public void setSurveydate(String surveydate) { + public void setSurveydate(LocalDate surveydate) { this.surveydate = surveydate; } -- Gitblit v1.9.3