Browse Source

施工单修改交车逻辑

cqp 2 tháng trước cách đây
mục cha
commit
7b95ce3c4b
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      app/Model/ProductCategory.php

+ 2 - 0
app/Model/ProductCategory.php

@@ -13,7 +13,9 @@ class ProductCategory extends UseScopeBaseModel
         1 => "是",
     ];
     const Special_for_roll = 112; //有模有样
+    const Special_for_roll_p = 293; //三模一垫
     const Special_for_roll1 = 306; //改色膜
     const Special_for_roll2 = 313; //彩色车衣
+    const Special_for_roll3 = 321; //脚垫
     const Special_for_sn = 297; //车窗膜
 }