Commit 1b7c062e by feixiang

faet:订单枚举增加

parent 174920bc
......@@ -32,6 +32,9 @@ class OrderEnum
const TYPE_CARD = 4; //储值卡购买订单
const CHANGE_PRICE_TRUE = 1;
const CHANGE_PRICE_FALSE = 2;
//对账锁定
const LOCK = 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