From b34a07505c315da6305aaa0aee6f7a2a0234a921 Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Wed, 28 Feb 2018 11:22:53 +0800 Subject: [PATCH] 隐藏标题栏无用的图标 --- src/app/business/entity/data.ts | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/app/business/entity/data.ts b/src/app/business/entity/data.ts index 2aa99c6..f56e676 100644 --- a/src/app/business/entity/data.ts +++ b/src/app/business/entity/data.ts @@ -125,4 +125,11 @@ address:string; describe:string; name:string; +} + +export interface UserContext { + authorities: any[]; + mode: string; + organizationId: number; + username: string; } \ No newline at end of file -- Gitblit v1.8.0