model/test/request/product.go @@ -6,7 +6,8 @@ type ProductSearch struct { Product request.PageInfo request.PageInfo `json:"request.PageInfo"` Keyword string `json:"keyword,omitempty"` } type ProductCreate struct {