liujiandao
2023-09-20 f3b1ba6c5d2f8f479b41e4e36093322d383b4e9c
1
2
3
4
5
6
package request
 
type GetProductList struct {
    PageInfo
    KeyWord string `json:"keyWord"`
}