From 63558d60419edd772f8f8c8b413326d4550783f0 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期四, 07 三月 2024 14:53:26 +0800
Subject: [PATCH] 获取wms仓库和操作记录信息

---
 model/purchase/response/purchase.go |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/model/purchase/response/purchase.go b/model/purchase/response/purchase.go
index 83912ac..57a9fa7 100644
--- a/model/purchase/response/purchase.go
+++ b/model/purchase/response/purchase.go
@@ -49,3 +49,21 @@
 	Quantity       decimal.Decimal `json:"quantity" form:"quantity" gorm:"type:decimal(12,4);not null;comment:閲囪喘鏁伴噺"`                   // 閲囪喘鏁伴噺
 	InspectStatus  string          `json:"inspectStatus" form:"inspectStatus"`                                                         //妫�娴嬬粨鏋�
 }
+
+type OperationInfo struct {
+	ProductId      string          `json:"productId"`
+	ProductName    string          `json:"productName"`
+	Specifications string          `json:"specifications"` //瑙勬牸
+	ModelNumber    string          `json:"modelNumber"`    //鍨嬪彿
+	Amount         decimal.Decimal `json:"amount"`         //閲囪喘鏁�
+	SendAmount     int64           `json:"sendAmount"`     //鍙戣揣鏁�
+	OverAmount     int64           `json:"overAmount"`     //鍏ュ簱鏁�
+	Unit           string          `json:"unit"`           //鍗曚綅
+	Price          decimal.Decimal `json:"price"`          //鍗曚环
+	Total          decimal.Decimal `json:"total"`          //鎬讳环
+	Number         string          `json:"number"`         //鍏ュ簱鍗曞彿
+	WarehouseName  string          `json:"warehouseName"`  //浠撳簱鍚�
+	OverTime       string          `json:"overTime"`       //鍏ュ簱鏃堕棿
+	Status         int64           `json:"status"`
+	Principal      string          `json:"principal"` //璐熻矗浜�
+}

--
Gitblit v1.8.0