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