dashboard
repositories
filestore
activity
search
login
main
/
screen_demo2
招投标-河南禹州
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
updates
沈斌
2018-07-13
49a6b8c6329034f429facf3263f4a0978dc48861
[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;
}