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