1
zj
2024-11-27 274635cd841831dc804f9566e3c496e7f3201f8b
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;
 
}