Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4ec702af0b |
@@ -13,7 +13,7 @@ const (
|
||||
StockStateDecrease StockState = "reduce_inventory" //减少库存
|
||||
)
|
||||
|
||||
type ProductsChange struct {
|
||||
type ProductsChangeStock struct {
|
||||
OrderId uint `json:"order_id"`
|
||||
State StockState `json:"state"`
|
||||
SkuItems []*SkuItem
|
||||
|
Reference in New Issue
Block a user