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