dashboard
repositories
filestore
activity
search
login
main
/
screen_demo2
招投标-河南禹州
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
安装用户 是否删除 过滤
fengxiang
2018-05-10
70e75350a1a24147ddbc50f8051ba8fd510f0c3e
[screen_demo2.git]
/
src
/
app
/
business
/
entity
/
token.ts
1
2
3
4
5
6
7
export interface Authorization {
name?: string;
token: string;
refreshToken?: string;
time?: Date;
expiredTime?: number;
}