公告板
版本库
filestore
活动
搜索
登录
main
/
ycl-airport-server
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
first commit
fangyuan
2022-11-17
059eebfe1c54750e74e290ed7503e2cbf3f2f740
[ycl-airport-server.git]
/
ycl-common
/
src
/
main
/
java
/
com
/
ycl
/
entity
/
auth
/
AuthInfo.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ycl.entity.auth;
import lombok.Data;
/**
* @author Lyq
* @version 1.0
* @date 2022/9/9
*/
@Data
public class AuthInfo {
private Long userId;
private String username;
}