修改衰变息实体类属性类型

This commit is contained in:
duwenyuan 2025-12-30 10:14:34 +08:00
parent ee8a057881
commit 8108cf4439

View File

@ -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")