mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-17 20:57:51 +00:00
fix warning does not declare a static final serialVersionUID field of type long
This commit is contained in:
@@ -34,6 +34,8 @@ import com.bytedesk.core.utils.ConvertUtils;
|
||||
@Data
|
||||
public class UserDetailsImpl implements UserDetails {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private Long id;
|
||||
private String uid;
|
||||
private String username;
|
||||
|
||||
Reference in New Issue
Block a user