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 获取产品