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