Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { Id int `json:"id" orm:"id" description:""` Passport string `json:"passport" orm:"passport" description:""` Password string `json:"password" orm:"password" description:""` Nickname string `json:"nickname" orm:"nickname" description:""` CreateAt *gtime.Time `json:"createAt" orm:"create_at" description:""` UpdateAt *gtime.Time `json:"updateAt" orm:"update_at" description:""` DeleteAt *gtime.Time `json:"deleteAt" orm:"delete_at" description:""` }
User is the golang structure for table user.
Click to show internal directories.
Click to hide internal directories.