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