From f0b742d34e95811b6874bcaedbc7a06451d39da1 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Fri, 12 Jan 2018 21:07:08 +0800
Subject: [PATCH] 组织配置

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

diff --git a/src/app/business/entity/data.ts b/src/app/business/entity/data.ts
index 2ea1eba..d6f454c 100644
--- a/src/app/business/entity/data.ts
+++ b/src/app/business/entity/data.ts
@@ -61,3 +61,12 @@
     areaNames?: AreaNames|any ;
     organization?: Organization;
   }
+
+ // ������������
+ export interface AlarmConfig {
+  createTime?: number;
+  id?: number;
+  organizationId?: number;
+  updateTime?: number;
+  value?: object;
+}

--
Gitblit v1.8.0