From ed81fc8d860adb66676d4990e4ce0ff56cff79a6 Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期三, 22 十一月 2023 19:48:16 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS

---
 models/material.go |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/models/material.go b/models/material.go
index c77b4b9..16a6e10 100644
--- a/models/material.go
+++ b/models/material.go
@@ -75,6 +75,9 @@
 		PredictionAmount        decimal.Decimal `json:"predictionAmount" gorm:"-"`
 		InputAmount             decimal.Decimal `json:"inputAmount" gorm:"-"`
 		OutputAmount            decimal.Decimal `json:"outputAmount" gorm:"-"`
+		MinInventoryRule        decimal.Decimal `json:"minInventoryRule" gorm:"-"` //鏈�灏忓簱瀛�
+		MaxInventoryRule        decimal.Decimal `json:"maxInventoryRule" gorm:"-"` //鏈�澶у簱瀛�
+		ReorderRuleNum          int64           `json:"reorderRuleNum"`
 	}
 
 	MaterialSearch struct {

--
Gitblit v1.8.0