1
zj
2024-08-09 5a0c918b13c9bb48af816594c7770bee376fac5c
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;
 
}