更新日志
This commit is contained in:
@@ -17,8 +17,8 @@ type ProductsIncreaseSold struct {
|
||||
type StockState = string
|
||||
|
||||
const (
|
||||
StockStateIncrease StockState = "increase_inventory" //增加库存
|
||||
StockStateDecrease StockState = "reduce_inventory" //减少库存
|
||||
StockStateIncrease StockState = "increase_inventory" // 增加库存
|
||||
StockStateDecrease StockState = "reduce_inventory" // 减少库存
|
||||
)
|
||||
|
||||
type ProductsChangeStockType = int
|
||||
|
Reference in New Issue
Block a user