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