dashboard
repositories
filestore
activity
search
login
main
/
screen_demo2
招投标-河南禹州
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Merge branch 'develop' of ssh://121.40.92.176:29418/screen-frontend into de...
沈斌
2018-03-08
f320f1970e5d80a423f377fb3253628bd1e7f5bf
[screen_demo2.git]
/
src
/
app
/
business
/
entity
/
token.ts
1
2
3
4
export interface Authorization {
token: string;
refreshToken: string;
}