1 Star 2 Fork 2

brookscoder / awesome-mall-go

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
user.go 261 Bytes
Copy Edit Raw Blame History
package model
type User struct {
Id int64
FirstName string `db:"first_name"`
LastName string `db:"last_name"`
MobilePhone string `db:"phone"`
Age int `db:"age"`
Sex int `db:"sex"`
Password string `db:"password"`
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/brookscoder/awesome-mall-go.git
git@gitee.com:brookscoder/awesome-mall-go.git
brookscoder
awesome-mall-go
awesome-mall-go
9a786c4eb39b

Search

344bd9b3 5694891 D2dac590 5694891