- up
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user