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