mirror of
https://github.com/dataease/dataease.git
synced 2026-06-12 16:31:11 +08:00
fix: 用户实体类未声明serialVersionUID导致更新后序列化报错
This commit is contained in:
@@ -6,9 +6,10 @@ import lombok.Data;
|
||||
import java.io.Serializable;
|
||||
|
||||
@Data
|
||||
|
||||
public class SysUserEntity implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 7606000748052557474L;
|
||||
|
||||
@ApiModelProperty(hidden = true)
|
||||
private Long userId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user