jiangshuai
2023-09-22 f89bbcf77dae0465e829ca6f7548cd36ef57aaa6
1
2
3
4
5
6
7
8
9
10
11
package request
 
type GetProductList struct {
    PageInfo
    KeyWord string `json:"keyWord"`
}
 
type QueryOperationList struct {
    PageInfo
    ProductId string `json:"productId"`
}