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