From 4b31cc9610c7e12eff9b6d23f62cae3252108814 Mon Sep 17 00:00:00 2001 From: kanade Date: Fri, 3 Jan 2025 11:37:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp/sale/product.go | 1 + 1 file changed, 1 insertion(+) diff --git a/erp/sale/product.go b/erp/sale/product.go index 57c5c50..90e8851 100644 --- a/erp/sale/product.go +++ b/erp/sale/product.go @@ -275,6 +275,7 @@ type ReplyProductInfo struct { Customs ProductCustomsInfo `json:"customs"` Quote ProductQuoteInfo `json:"quote"` Children []ReplyProductInfo `json:"children"` + CreatedStaffId int64 `json:"createdStaffId"` } type ProductPackageInfo struct {