修改衰变息实体类属性类型
This commit is contained in:
parent
ee8a057881
commit
8108cf4439
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user