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