model/test/request/product.go @@ -12,3 +12,7 @@ EndCreatedAt *time.Time `json:"endCreatedAt" form:"endCreatedAt"` request.PageInfo } type ProductCreate struct { List []*test.Product `json:"list"` }