refactor: 为序列化对象增加 serialVersionUID
This commit is contained in:
parent
bbaecb0fe5
commit
ce4498c2fa
|
@ -9,6 +9,8 @@ import java.util.List;
|
|||
|
||||
@Data
|
||||
public class GroupResourceDTO implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private GroupResource resource;
|
||||
private List<GroupPermission> permissions;
|
||||
private String type;
|
||||
|
|
Loading…
Reference in New Issue