From a6e3b54afed9db901ccc16263abe3f6ff96ae41e Mon Sep 17 00:00:00 2001 From: sws <15810472099@163.com> Date: 星期六, 26 十一月 2022 19:46:57 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/entity/bd/BboreholeEntity.java | 2 +- 1 files changed, 1 insertions(+), 1 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 126b8d1..05fc446 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 = 391204077001290432L; + private static final long serialVersionUID = 20666059581873036L; private String drilltype; -- Gitblit v1.9.3