This commit is contained in:
gazebo
2019-07-08 17:32:09 +08:00
parent 0ae346dc3b
commit 52e7101693
2 changed files with 7 additions and 4 deletions

View File

@@ -23,10 +23,10 @@ const (
)
const (
PromotionStateNotConfirm = 1
PromotionStateConfirmed = 5
PromotionStateCanceled = 6
PromotionStateEnded = 9
PromotionStateNotConfirm = 1 // 未确认
PromotionStateConfirmed = 5 // 已确认
PromotionStateCanceled = 6 // 已取消
PromotionStateEnded = 9 // 已结束
)
type PromotionSku struct {