From b05438694c2fb9d4c8b1b22f4481639ff0f35963 Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Mon, 07 May 2018 15:16:38 +0800 Subject: [PATCH] 三级警报数据 --- src/app/business/entity/data.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/app/business/entity/data.ts b/src/app/business/entity/data.ts index 6cc45a1..8d91a87 100644 --- a/src/app/business/entity/data.ts +++ b/src/app/business/entity/data.ts @@ -46,7 +46,7 @@ version?: Column|any; } - // ��������� + // ������������ export interface MonitorPoint { address?: any|Column; areaCode?: any|Column; -- Gitblit v1.8.0