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