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