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