Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { Id uint64 `xorm:"id"` Cellphone string `xorm:"cellphone"` InsertTime int64 `xorm:"insertTime bigint created"` ModifyTime int64 `xorm:"modifyTime bigint updated"` }
func CreateUser ¶
func GetUserById ¶
func GetUsersByIds ¶
Click to show internal directories.
Click to hide internal directories.