京西折扣

This commit is contained in:
苏尹岚
2020-08-11 17:36:18 +08:00
parent f35854dd5e
commit 80f6238d83
3 changed files with 85 additions and 9 deletions

View File

@@ -16,6 +16,10 @@ const (
ActDiscountTypePrice = 1 //折扣类型是最低价
ActDiscountTypePercentage = 2 //折扣类型是最低折扣
TrendTypeUp = 1 //涨价趋势
TrendTypeDown = 2 //降价趋势
TrendTypeNothing = 0 //不变
ActOrderBegin = 10
ActOrderMoneyOff = 11
ActOrderMoneyOffCoupon = 12