Commit 6f09d11a by dzhang

modify

parent 8b076632
......@@ -17,9 +17,7 @@ class OrderItemEnum
const LOCKED = 4;//锁定
//核销渠道
const DELIVERED_BUYER_BTN = 1; //买家按钮核销
const DELIVERED_EMPLOYEE_CODE = 2; //店员扫码核销
const DELIVERED_SELLER_CODE = 3; //店主扫码码核销
const DELIVERED_SELLER_BTN = 4; //店主按钮核销
//核销方式
const DELIVERED_BTN = 1; //按钮核销
const DELIVERED_CODE = 2; //扫码核销
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment