dashboard
repositories
filestore
activity
search
login
main
/
screen_demo2
招投标-河南禹州
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
查看数据bug修复,修改密码功能开发
fengxiang
2018-03-23
40951bf70651c38d09a3b1f5eaddde8faa9e8c06
[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;
}