重命名商品库存结构体
This commit is contained in:
parent
bd2af34fb8
commit
4ec702af0b
@ -13,7 +13,7 @@ const (
|
|||||||
StockStateDecrease StockState = "reduce_inventory" //减少库存
|
StockStateDecrease StockState = "reduce_inventory" //减少库存
|
||||||
)
|
)
|
||||||
|
|
||||||
type ProductsChange struct {
|
type ProductsChangeStock struct {
|
||||||
OrderId uint `json:"order_id"`
|
OrderId uint `json:"order_id"`
|
||||||
State StockState `json:"state"`
|
State StockState `json:"state"`
|
||||||
SkuItems []*SkuItem
|
SkuItems []*SkuItem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user