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