1
zj
2024-08-05 a522f170fe22ffeb03e2b6bc81ae40243fb4cecb
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;
 
}