Commit eb41a55b by xmy

feat:vip折扣枚举

parent 0ae4ac99
......@@ -16,6 +16,8 @@ class VipEnum
const VIP_ORIGIN_FEE = 128800;//原价
const VIP_DISCOUNT = 10000;//vip折扣
const STATUS_UNPAID = 10;//未支付
const STATUS_PAID = 20;//已支付
......
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