From 921dcb7f39220cff85304473edf22cd8302ae750 Mon Sep 17 00:00:00 2001
From: mg <maokecheng@163.com>
Date: 星期日, 02 十月 2022 11:43:05 +0800
Subject: [PATCH] 添加案件状态表。

---
 ycl-platform/src/main/java/com/ycl/constant/BaseCaseStatus.java |   38 +++++++++++++++++++++++++++++++++++---
 1 files changed, 35 insertions(+), 3 deletions(-)

diff --git a/ycl-platform/src/main/java/com/ycl/constant/BaseCaseStatus.java b/ycl-platform/src/main/java/com/ycl/constant/BaseCaseStatus.java
index d84014b..c7a0a55 100644
--- a/ycl-platform/src/main/java/com/ycl/constant/BaseCaseStatus.java
+++ b/ycl-platform/src/main/java/com/ycl/constant/BaseCaseStatus.java
@@ -10,12 +10,44 @@
  */
 public class BaseCaseStatus {
     /**
+     * 寰呭鐞�
+     */
+    public static final Integer PENDING = 0;
+    /**
+     * 璇姤
+     */
+    public static final Integer  ERROR_REPORT = 1;
+    /**
+     * 涓婃姤
+     */
+    public static final Integer REPORT = 2;
+    /**
+     * 鍐嶅涔�/鍐嶈缁�
+     */
+    public static final Integer RELEARN = 3;
+    /**
+     * 鏆備笉澶勭悊
+     */
+    public static final Integer NO_PROCESSING = 4;
+    /**
+     * 绔嬫
+     */
+    public static final Integer REGISTER = 5;
+    /**
      * 璋冨害
      */
-    public static final Integer DISPATCH = 3;
+    public static final Integer DISPATCH = 6;
     /**
-     *  瀹℃牳
+     * 澶勭疆
      */
-    public static final Integer CHECK = 5;
+    public static final Integer DISPOSE = 7;
+    /**
+     * 鏍告煡
+     */
+    public static final Integer CHECK = 8;
+    /**
+     *  缁撴
+     */
+    public static final Integer CLOSING_REGISTER  = 9;
 
 }

--
Gitblit v1.8.0