From 8fd5d8efe66e66f734ac1110db2144d9bfecb4d3 Mon Sep 17 00:00:00 2001 From: kanade Date: Fri, 3 Jan 2025 11:36:12 +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 8513e3c..57c5c50 100644 --- a/erp/sale/product.go +++ b/erp/sale/product.go @@ -130,6 +130,7 @@ type ProductItem struct { CreatedAt *time.Time `json:"createdAt"` UpdatedAt *time.Time `json:"updatedAt"` Children []*ProductItem `json:"children"` + CreatedStaffId int64 `json:"createdStaffId"` } // All @TITLE 获取产品