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