fix: 修改代码中的默认serialVersionUID
This commit is contained in:
@@ -42,5 +42,5 @@ public class ReportContentEntity implements Serializable {
|
||||
private String reportContent;
|
||||
|
||||
@TableField(exist = false)
|
||||
private static final long serialVersionUID = 1L;
|
||||
private static final long serialVersionUID = 1213467213486L;
|
||||
}
|
||||
@@ -41,6 +41,6 @@ public class ReportLabelEntity implements Serializable {
|
||||
private String labelId;
|
||||
|
||||
@TableField(exist = false)
|
||||
private static final long serialVersionUID = 1L;
|
||||
private static final long serialVersionUID = 121348721347890417L;
|
||||
|
||||
}
|
||||
@@ -59,6 +59,6 @@ public class TreeLabelEntity implements Serializable {
|
||||
private Double orderNum;
|
||||
|
||||
@TableField(exist = false)
|
||||
private static final long serialVersionUID = 1L;
|
||||
private static final long serialVersionUID = 11283747892134701L;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user