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