From a3a802263a107d618b73426087a27194eccb5fff Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期三, 27 十二月 2023 16:10:38 +0800
Subject: [PATCH] 销售明细和报价单修改

---
 model/response/salesDetails.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/model/response/salesDetails.go b/model/response/salesDetails.go
index 338e969..2c57379 100644
--- a/model/response/salesDetails.go
+++ b/model/response/salesDetails.go
@@ -24,7 +24,7 @@
 }
 
 type ProductInfo struct {
-	Id              string `json:"id"`
+	Number          string `json:"number"`
 	Name            string `json:"name"`
 	OrderAmount     string `json:"orderAmount"` //璁㈠崟鏁伴噺
 	Unit            string `json:"unit"`

--
Gitblit v1.8.0