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