zhangqian
2024-07-29 90341876ca9590b69f9a8fda7203bdec8fb210ae
request/product_request.go
@@ -7,8 +7,9 @@
type GetProductList struct {
   PageInfo
   KeyWord    string `json:"keyWord"`
   CategoryId int    `json:"categoryId"`
   KeyWord     string `json:"keyWord"`
   CategoryId  int    `json:"categoryId"`
   CategoryIds []int  `json:"categoryIds"`
}
type QueryOperationList struct {