From 44e258acff991838ad7f10276556b596b6b0b25b Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Thu, 05 Jul 2018 16:03:34 +0800
Subject: [PATCH] Merge branch 'develop' of http://blit.7drlb.com:8888/r/screen-frontend into develop

---
 src/app/business/enum/types.enum.ts |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/app/business/enum/types.enum.ts b/src/app/business/enum/types.enum.ts
index 8ad8cd7..36dd800 100644
--- a/src/app/business/enum/types.enum.ts
+++ b/src/app/business/enum/types.enum.ts
@@ -25,3 +25,9 @@
     PROFESSION= 'PROFESSION',
     NONE= 'NONE'
 }
+export enum Operator {
+    PLUS = 'PLUS', // ���
+    MINUS = 'MINUS', // ���
+    MULTIPLY = 'MULTIPLY', // ���
+    DIVIDE = 'DIVIDE' // ���
+ }

--
Gitblit v1.8.0