Commit 2d50dfbb by zhufx

订单枚举类型增加

parent 54c8c14e
......@@ -25,6 +25,10 @@ class OrderEnum
const TYPE_GOODS = 0; //商品订单
const TYPE_ACTIVITY = 1; //活动订单
//对账状态
const BALANCE_STATE_FALSE = 0;
const BALANCE_STATE_TRUE = 1;
......
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