Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BootstrapTableVO ¶
type BootstrapTableVO struct { Total int64 `json:"total"` Rows interface{} `json:"rows"` }
type UserVO ¶
type UserVO struct { Id int64 `json:"id" form:"id"` Username string `json:"username" form:"username"` Enable int `json:"enable"` Appid string `json:"appid" form:"appid"` Name string `json:"name" form:"name"` Phone string `json:"phone" form:"phone"` Email string `json:"email" form:"email"` Userface string `json:"userface" form:"userface"` CreateTime int64 `json:"create_time" form:"createTime"` UpdateTime int64 `json:"update_time" form:"updateTime"` Token string `json:"token"` }
前端需要的数据结构
func TansformUserVOList ¶
用户列表,不带啊token
Click to show internal directories.
Click to hide internal directories.