...
|
...
|
@@ -211,7 +211,7 @@ type GetTableDetailResponse struct { |
|
|
|
|
|
type SearchTableDataRequest struct {
|
|
|
Token string `header:"x-mmm-accesstoken,optional"`
|
|
|
ObjectId int `json:"objectId"` // 对象ID
|
|
|
ObjectId int `json:"objectId,optional"` // 对象ID
|
|
|
PageNumber int `json:"page,optional"` // 分页数
|
|
|
PageSize int `json:"size,optional"` // 页码
|
|
|
Condition []*Condition `json:"conditions,optional"` // 条件
|
...
|
...
|
|