Browse Source

前台提交

panhui 7 years ago
parent
commit
ae11455e7b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/java/com/izouma/awesomeadmin/constant/AppConstant.java

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

@@ -125,17 +125,17 @@ public interface AppConstant {
         Integer NO_PAY = 0;
         Integer NO_PAY = 0;
 
 
         /**
         /**
-         * 支付完成,待上传原图
+         * 支付完成,待上传原图、代发货
          */
          */
         Integer PAY_OVER = 1;
         Integer PAY_OVER = 1;
 
 
         /**
         /**
-         * 待修图、发货
+         * 待修图、发货
          */
          */
         Integer WAIT_REPAIR = 2;
         Integer WAIT_REPAIR = 2;
 
 
         /**
         /**
-         * 修图完成待验收、已发货
+         * 修图完成待验收、
          */
          */
         Integer ACCEPT = 3;
         Integer ACCEPT = 3;