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