From a35420255f40c990841941fa32cc7c35209ef3b5 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 24 八月 2023 11:22:42 +0800 Subject: [PATCH] 修改BS架构的实体类 --- src/main/java/com/lf/server/entity/bs/SboreholeEntity.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/lf/server/entity/bs/SboreholeEntity.java b/src/main/java/com/lf/server/entity/bs/SboreholeEntity.java index 45d2cce..04ff6fc 100644 --- a/src/main/java/com/lf/server/entity/bs/SboreholeEntity.java +++ b/src/main/java/com/lf/server/entity/bs/SboreholeEntity.java @@ -18,7 +18,7 @@ @TableName("bs.s_borehole") @EqualsAndHashCode(callSuper = false) public class SboreholeEntity extends BaseGeoEntity { - private static final long serialVersionUID = 757752290348406912L; + private static final long serialVersionUID = 637485277670195968L; private String drilltype; -- Gitblit v1.9.3