2 Star 0 Fork 0

江苏艾雨文承养老机器人有限公司/aywc_judge

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SysUserModel.go 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
dtal 提交于 2021-06-02 09:26 +08:00 . init
package models
type SysUserModel struct {
Password string `json:"password" gorm:"column:password" db:"password"`
UserId string `json:"user_id" gorm:"column:user_id" db:"user_id"`
Username string `json:"user_name" gorm:"column:user_name" db:"user_name"`
Salt string `json:"salt" gorm:"column:salt" db:"salt"`
Email string `json:"email" gorm:"column:email" db:"email"`
Mobile string `json:"mobile" gorm:"column:mobile" db:"mobile"`
Status string `json:"status" gorm:"column:status" db:"status"`
CreateUserId string `json:"create_user_id" gorm:"column:create_user_id" db:"create_user_id"`
CreateTime string `json:"create_time" gorm:"column:create_time" db:"create_time"`
Gender string `json:"gender" gorm:"column:gender" db:"gender"`
CardId string `json:"card_id" gorm:"column:card_id" db:"card_id"`
Nickname string `json:"nickname" gorm:"column:nickname" db:"nickname"`
UserType string `json:"user_type" gorm:"column:user_type" db:"user_type"`
FlowStatus string `json:"flow_status" gorm:"column:flow_status" db:"flow_status"`
DelFlag string `json:"del_flag" gorm:"column:del_flag" db:"del_flag"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/aywc_1/aywc_judge.git
git@gitee.com:aywc_1/aywc_judge.git
aywc_1
aywc_judge
aywc_judge
v0.6.3

搜索帮助