Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IOList ¶
type IOList struct { Count int64 `json:"count"` Items []models.InventoryHistoryDetailed `json:"items"` }
type UniversalReturn ¶
type UniversalReturn struct { RequestID string `json:"request_id,omitempty"` // 请求ID Code string `json:"code"` // 状态码 0 正常 Message string `json:"message,omitempty"` // 基础消息 Data interface{} `json:"data,omitempty"` // 数据 }
UniversalReturn 通用返回
Click to show internal directories.
Click to hide internal directories.