dashboard
repositories
filestore
activity
search
login
main
/
marketData
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
zj
2024-08-05
a522f170fe22ffeb03e2b6bc81ae40243fb4cecb
[marketData.git]
/
websocketSerivce
/
src
/
main
/
java
/
org
/
example
/
pojo
/
LoginOut.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package org.example.pojo;
import lombok.Data;
@Data
public class LoginOut {
private String title;
private String name;
private String path;
private String isShow;
private String icon;
private String component;
}