Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Rows ¶
type Rows struct { Count int `json:"count"` Rows []*Row `json:"data"` Code int `json:"code"` //兼容layui Msg string `json:"msg"` //兼容layui }
Rows 记录集
Click to show internal directories.
Click to hide internal directories.