| Name | Type | Description | Notes |
|---|---|---|---|
| Filters | map[string]interface{} | 查询条件,传键值对 | [optional] |
| PageNo | int32 | 页码 | [optional] |
| PageSize | int32 | 每页数据量 | [optional] |
| Sort | []SortSpec | 排序 | [optional] |
| Name | Type | Description | Notes |
|---|---|---|---|
| Filters | map[string]interface{} | 查询条件,传键值对 | [optional] |
| PageNo | int32 | 页码 | [optional] |
| PageSize | int32 | 每页数据量 | [optional] |
| Sort | []SortSpec | 排序 | [optional] |