添加字段

This commit is contained in:
守护自己的云 2025-01-03 11:36:12 +08:00
parent c2b20bf844
commit 8fd5d8efe6

View File

@ -130,6 +130,7 @@ type ProductItem struct {
CreatedAt *time.Time `json:"createdAt"` CreatedAt *time.Time `json:"createdAt"`
UpdatedAt *time.Time `json:"updatedAt"` UpdatedAt *time.Time `json:"updatedAt"`
Children []*ProductItem `json:"children"` Children []*ProductItem `json:"children"`
CreatedStaffId int64 `json:"createdStaffId"`
} }
// All @TITLE 获取产品 // All @TITLE 获取产品