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