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