From fdde9a5cb356933bac26b64b67b53167ce2f41bd Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Thu, 17 May 2018 10:03:29 +0800 Subject: [PATCH] 行业 优化 --- src/app/business/enum/types.enum.ts | 22 ++++++++++++++++++++-- 1 files changed, 20 insertions(+), 2 deletions(-) diff --git a/src/app/business/enum/types.enum.ts b/src/app/business/enum/types.enum.ts index 7fdb678..ad1f20a 100644 --- a/src/app/business/enum/types.enum.ts +++ b/src/app/business/enum/types.enum.ts @@ -2,6 +2,24 @@ Date, Json } export enum AlarmStyle { - //��������������������������������� - weixin='weixin',email='email',sms='sms',voice='voice' + // ��������������������������������� + weixin= 'weixin', email= 'email', sms= 'sms', voice= 'voice' } +export enum TimeUnits { + YEAR= 'YEAR', MONTH= 'MONTH', DAY= 'DAY', HOUR= 'HOUR', MINUTE= 'MINUTE' +} +export enum AreaRange { + PROVINCE= 'PROVINCE', + CITY= 'CITY', + AREA= 'AREA', + MONITORPOINT= 'MONITORPOINT', + DEVICE= 'DEVICE' +} +export enum ResultCode { + SUCCESS= 1, FAIL= 0 +} +export enum DeviceDimension{ + MONITORPOINT= 'MONITORPOINT', // ��������������� ������������������������������������ + PROFESSION='PROFESSION', + NONE='NONE' +} \ No newline at end of file -- Gitblit v1.8.0