1
This commit is contained in:
@@ -8,5 +8,5 @@ type WarehouseCreateResponse struct {
|
||||
}
|
||||
type WarehouseCreateData struct {
|
||||
// 仓库id
|
||||
WarehouseId string `json:"warehouse_id"`
|
||||
WarehouseId int64 `json:"warehouse_id"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user