fix: 修改代码中的默认serialVersionUID
This commit is contained in:
@@ -20,6 +20,9 @@ import lombok.NoArgsConstructor;
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
public class ConfigEntity implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 23487320957329L;
|
||||
|
||||
/**
|
||||
* 主键id
|
||||
*/
|
||||
@@ -38,6 +41,4 @@ public class ConfigEntity implements Serializable {
|
||||
@TableField(value = "config_value")
|
||||
private String configValue;
|
||||
|
||||
@TableField(exist = false)
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
||||
Reference in New Issue
Block a user