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