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