1
zj
2024-09-24 93feeedde5a4be55aaacfdd2307f44f8ceab5cc2
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;
 
}