Commit 01bd1cd5 by xmy

Merge remote-tracking branch 'origin/test' into test

parents 22461546 7cb7bc60
# 2.0.70
- 划卡收益明细优化上线
# 2.0.69 # 2.0.69
- 商品销售数量 - 商品销售数量
......
...@@ -37,6 +37,7 @@ class OrderEnum ...@@ -37,6 +37,7 @@ class OrderEnum
//订单类别 //订单类别
const CLASS_SERVICE = 1;//服务类 const CLASS_SERVICE = 1;//服务类
const CLASS_PHYSICAL = 2;//实物类 const CLASS_PHYSICAL = 2;//实物类
const CLASS_CATERING = 3;//餐饮类
//订单类型 //订单类型
const TYPE_GOODS = 0; //商品订单 const TYPE_GOODS = 0; //商品订单
......
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