forked from github/dataease
fix: 用户实体类未声明serialVersionUID导致更新后序列化报错
This commit is contained in:
parent
35122fa870
commit
fba6316bed
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user