jiangshuai
2023-09-22 34e1e9dbc7a750048c0825b8f91b07ed526ae577
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"`
}