更新日志

This commit is contained in:
yuguojian
2025-05-08 14:39:42 +08:00
parent 559e79c5a8
commit f8ebbff9d8
5 changed files with 31 additions and 96 deletions

View File

@@ -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