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