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