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