Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WarehouseCreateV2Data ¶
type WarehouseCreateV2Data struct { // 内部仓id WarehouseId string `json:"warehouse_id"` }
type WarehouseCreateV2Response ¶
type WarehouseCreateV2Response struct { doudian_sdk.BaseDoudianOpApiResponse Data *WarehouseCreateV2Data `json:"data"` }
Click to show internal directories.
Click to hide internal directories.