This commit is contained in:
richboo111
2022-12-07 10:51:43 +08:00
parent a82884c796
commit 51aa1834e6

View File

@@ -8,5 +8,5 @@ type WarehouseCreateResponse struct {
} }
type WarehouseCreateData struct { type WarehouseCreateData struct {
// 仓库id // 仓库id
WarehouseId string `json:"warehouse_id"` WarehouseId int64 `json:"warehouse_id"`
} }