From 8108cf44398c4bfb61c2268ed03f9fdf716c5c94 Mon Sep 17 00:00:00 2001 From: duwenyuan <15600000461@163.com> Date: Tue, 30 Dec 2025 10:14:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=B0=E5=8F=98=E6=81=AF?= =?UTF-8?q?=E5=AE=9E=E4=BD=93=E7=B1=BB=E5=B1=9E=E6=80=A7=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/base/entity/configuration/GardsNuclideDecay.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeecg-boot-base-core/src/main/java/org/jeecg/modules/base/entity/configuration/GardsNuclideDecay.java b/jeecg-boot-base-core/src/main/java/org/jeecg/modules/base/entity/configuration/GardsNuclideDecay.java index c3cdb9e..608fd18 100644 --- a/jeecg-boot-base-core/src/main/java/org/jeecg/modules/base/entity/configuration/GardsNuclideDecay.java +++ b/jeecg-boot-base-core/src/main/java/org/jeecg/modules/base/entity/configuration/GardsNuclideDecay.java @@ -18,7 +18,7 @@ public class GardsNuclideDecay implements Serializable { private static final long serialVersionUID = 1L; @TableId(value = "ID", type = IdType.AUTO) - private Long id; + private Integer id; @TableField("NUCLIDE") @Excel(name = "核素名称", width = 20, height = 20, orderNum = "0")