From 4fd0f9d12fc06382d6c83f9a4399d0dc4bf57829 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Fri, 02 Feb 2018 11:21:55 +0800
Subject: [PATCH] updates
---
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