dashboard
repositories
filestore
activity
search
login
main
/
screen_demo2
招投标-河南禹州
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
添加两个页面
fengxiang
2018-07-20
4c75d3f7678238a61f7c644f2a673896b454525a
[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;
}