This commit is contained in:
laodaming
2023-06-28 12:25:40 +08:00
parent 19f41f6dbc
commit 5b9a814fbb
4 changed files with 128 additions and 128 deletions

View File

@@ -28,9 +28,9 @@ type TakeForm {
}
//获取云仓库存列表
type GetCloudListReq {
Page int64 `json:"page"`
PageSize int64 `json:"page_size"`
Size int64 `json:"size"`
Page int64 `form:"page"`
PageSize int64 `form:"page_size"`
Size int64 `form:"size"`
}
type GetCloudListRsp {
WarehouseBoxes int64 `json:"warehouse_boxes"`