Commit 07509ae0 by 王召彬

Merge branch 'ft-catering' into test

parents 34847d98 82cdbb7b
...@@ -78,5 +78,8 @@ class OrderEnum ...@@ -78,5 +78,8 @@ class OrderEnum
const DLV_SEND = 1; //餐饮订单交货方式:配送 const DLV_SEND = 1; //餐饮订单交货方式:配送
const DLV_SELF_TAKE = 2; //餐饮订单交货方式:自提 const DLV_SELF_TAKE = 2; //餐饮订单交货方式:自提
const SEND_TYPE_3RD = 1; //配送方式:第三方配送公司
const SEND_TYPE_SELF = 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