suochencheng 6 سال پیش
والد
کامیت
cc1e9ceeed
1فایلهای تغییر یافته به همراه15 افزوده شده و 6 حذف شده
  1. 15 6
      src/main/java/com/izouma/awesomeadmin/constant/AppConstant.java

+ 15 - 6
src/main/java/com/izouma/awesomeadmin/constant/AppConstant.java

@@ -371,20 +371,30 @@ public interface AppConstant {
         int WAIT_SELECT = 1;
 
         /**
-         * 待验收
+         * 选片完成,待上传成片
          */
-        int WAIT_ACCEPT = 2;
+        int SELECT_OVER = 2;
+
+        /**
+         * 成片上次,待验收
+         */
+        int WAIT_ACCEPT = 3;
 
 
         /**
-         * 返修
+         * 返修
          */
-        int REWORK = 3;
+        int REWORK = 4;
+
+        /**
+         * 返修完成待,验收
+         */
+        int REWORK_ACCEPT = 5;
 
         /**
          * 通过,验收完成
          */
-        int FINISH = 4;
+        int FINISH = 6;
 
 
     }
@@ -413,7 +423,6 @@ public interface AppConstant {
         String FANG_DA = "8";
 
 
-
     }