From d99ebb10d0a6d9fc4989ba573c725d153d2165d4 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 27 十月 2022 12:34:16 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/entity/bd/DlgAgnpEntity.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/lf/server/entity/bd/DlgAgnpEntity.java b/src/main/java/com/lf/server/entity/bd/DlgAgnpEntity.java index 0fe3de4..e78af3d 100644 --- a/src/main/java/com/lf/server/entity/bd/DlgAgnpEntity.java +++ b/src/main/java/com/lf/server/entity/bd/DlgAgnpEntity.java @@ -7,6 +7,7 @@ import lombok.*; import java.io.Serializable; +import java.math.BigDecimal; import java.sql.Timestamp; /** @@ -17,7 +18,7 @@ @AllArgsConstructor @TableName("bd.dlg_agnp") public class DlgAgnpEntity implements Serializable { - private static final long serialVersionUID = 558385325390093696L; + private static final long serialVersionUID = 327909621562766656L; @TableId(type = IdType.AUTO) private Integer gid; -- Gitblit v1.9.3