package
Version:
v0.0.0-...-647ff6f
Opens a new window with list of versions in this module.
Published: Jul 26, 2019
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type User struct {
gorm.Model
WxOpenID string `json:"WxOpenID"`
WxSessionKey string `json:"WxSessionKey"`
WxLocalToken string `json:"WxLocalToken"`
LastLoginDate time.Time `json:"LastLoginDate"`
Name string `json:"Name"`
SchoolID string `json:"SchoolID"`
}
User model
Source Files
¶
Click to show internal directories.
Click to hide internal directories.