dsmzx
2024-06-25 d63c4c08a7571f10433be03f06ed9f4f0323eea9
models/reorder_rule.go
@@ -22,6 +22,7 @@
      Unit         string          `json:"unit" gorm:"type:varchar(100);comment:单位"`             //单位
      Amount       decimal.Decimal `json:"amount" gorm:"-"`                                      //在库数量
      Prediction   decimal.Decimal `json:"prediction" gorm:"-"`                                  //预测数量
      SupplierId   int64           `json:"supplierId" gorm:"-"`                                  //供应商id
   }
   ReorderRuleSearch struct {
      ReorderRule