From 3918bbd666a2973ece95505661da265c0779bb63 Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Wed, 28 Feb 2018 11:16:48 +0800 Subject: [PATCH] 标题修改 --- src/app/business/entity/grid.ts | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/app/business/entity/grid.ts b/src/app/business/entity/grid.ts index 628fea5..f4f5501 100644 --- a/src/app/business/entity/grid.ts +++ b/src/app/business/entity/grid.ts @@ -111,3 +111,8 @@ return arr; } } +export interface ResultBean<T>{ + code?: number; + data?: T; + message?: string; +} \ No newline at end of file -- Gitblit v1.8.0