From fda60dd56911c03330eb7330ebabd5d46e9d7622 Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期五, 15 十二月 2023 16:14:03 +0800
Subject: [PATCH] 库存盘点列表bug

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