zhangqian
2024-07-31 da621f474d28ab041dcf258142eddb506100a8ce
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 {