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/MplanindexfileEntity.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/lf/server/entity/bs/MplanindexfileEntity.java b/src/main/java/com/lf/server/entity/bs/MplanindexfileEntity.java index 463bc93..a616d0a 100644 --- a/src/main/java/com/lf/server/entity/bs/MplanindexfileEntity.java +++ b/src/main/java/com/lf/server/entity/bs/MplanindexfileEntity.java @@ -18,7 +18,7 @@ @TableName("bs.m_planindexfile") @EqualsAndHashCode(callSuper = false) public class MplanindexfileEntity extends BaseEntity { - private static final long serialVersionUID = 116557317374533664L; + private static final long serialVersionUID = 637485277670195968L; private String begnumber; -- Gitblit v1.9.3