From 6639d81793eb9170cb1f9f911297d5d04e69e5c3 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 22 十二月 2022 17:13:10 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/entity/bd/BboreholeEntity.java | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/lf/server/entity/bd/BboreholeEntity.java b/src/main/java/com/lf/server/entity/bd/BboreholeEntity.java index 05fc446..4977908 100644 --- a/src/main/java/com/lf/server/entity/bd/BboreholeEntity.java +++ b/src/main/java/com/lf/server/entity/bd/BboreholeEntity.java @@ -17,7 +17,7 @@ @TableName("bd.b_borehole") @EqualsAndHashCode(callSuper = false) public class BboreholeEntity extends BaseGeoEntity { - private static final long serialVersionUID = 20666059581873036L; + private static final long serialVersionUID = 620521317990739456L; private String drilltype; @@ -29,7 +29,7 @@ private String holedepth; - private String endholtime; + private LocalDate endholtime; private String workspname; @@ -63,7 +63,7 @@ private String adatano; - private String pendtime; + private LocalDate pendtime; private String workdegree; @@ -138,11 +138,11 @@ this.holedepth = holedepth; } - public String getEndholtime() { + public LocalDate getEndholtime() { return endholtime; } - public void setEndholtime(String endholtime) { + public void setEndholtime(LocalDate endholtime) { this.endholtime = endholtime; } @@ -274,11 +274,11 @@ this.adatano = adatano; } - public String getPendtime() { + public LocalDate getPendtime() { return pendtime; } - public void setPendtime(String pendtime) { + public void setPendtime(LocalDate pendtime) { this.pendtime = pendtime; } -- Gitblit v1.9.3