添加字段
This commit is contained in:
parent
c2b20bf844
commit
8fd5d8efe6
@ -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 获取产品
|
||||
|
Loading…
Reference in New Issue
Block a user