From 42ac7e8242e0e6fa51816449f4d73f5e80114b9a Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Mon, 05 Mar 2018 10:08:56 +0800 Subject: [PATCH] Merge branch 'develop' of http://blit.7drlb.com:8888/r/screen-frontend into develop --- src/app/business/enum/types.enum.ts | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/app/business/enum/types.enum.ts b/src/app/business/enum/types.enum.ts index b1a5157..55d7143 100644 --- a/src/app/business/enum/types.enum.ts +++ b/src/app/business/enum/types.enum.ts @@ -1,8 +1,13 @@ export enum Types { Date, Json } - export enum AlarmStyle { //��������������������������������� 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' +} \ No newline at end of file -- Gitblit v1.8.0