dashboard
repositories
filestore
activity
search
login
main
/
screen_demo3
招投标-北京密云
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
数据查询和表单模块合并,修改密码用户输入框去除
fengxiang
2018-03-26
0e25153037b06851846e80cc745e518ba07bf7af
[screen_demo3.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;
}