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