From 5562436e2898f5d013a2ccd7138d4dfe0888c5f5 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Thu, 01 Feb 2018 17:21:31 +0800
Subject: [PATCH] Merge branch 'develop' of http://blit.7drlb.com:8888/r/screen-frontend into develop

---
 src/app/business/entity/token.ts |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/app/business/entity/token.ts b/src/app/business/entity/token.ts
new file mode 100644
index 0000000..44cf4b1
--- /dev/null
+++ b/src/app/business/entity/token.ts
@@ -0,0 +1,4 @@
+export interface Authorization{
+    token:string;
+    refreshToken:string;
+}
\ No newline at end of file

--
Gitblit v1.8.0