Commit 882123a4 by feixiang

feat:储值卡订单

parent 95bd7d78
......@@ -29,6 +29,7 @@ class OrderEnum
const TYPE_CUT_PRICE = 1; //砍价订单
const TYPE_LIMIT = 2; //限时购订单
const TYPE_COLLECTION = 3; //拼团
const TYPE_CARD = 4; //储值卡购买订单
//对账锁定
......@@ -39,6 +40,7 @@ class OrderEnum
self::TYPE_CUT_PRICE,
self::TYPE_LIMIT,
self::TYPE_COLLECTION,
self::TYPE_CARD,
];
//可以直接预约的订单类型
......
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