Commit 82cdbb7b by 王召彬

配送方式枚举

parent 618c9cc9
......@@ -78,5 +78,8 @@ class OrderEnum
const DLV_SEND = 1; //餐饮订单交货方式:配送
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