Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WarehouseCreateData ¶
type WarehouseCreateData struct { // 仓库id Data int64 `json:"data"` }
type WarehouseCreateResponse ¶
type WarehouseCreateResponse struct { doudian_sdk.BaseDoudianOpApiResponse Data *WarehouseCreateData `json:"data"` }
Click to show internal directories.
Click to hide internal directories.