新增打包脚本,新增商品基础逻辑
This commit is contained in:
@@ -17,6 +17,7 @@ type User struct {
|
||||
UserType int `json:"userType"` //用户类型 0微信 1手机号
|
||||
Mobile string `json:"mobile"` //手机号
|
||||
Role int `json:"role"` //用户角色 0普通用户 1护理人员
|
||||
Discount int `json:"discount"` //折扣
|
||||
CreateTime time.Time `gorm:"type:timestamp;default:CURRENT_TIMESTAMP;not null" json:"createTime"` //创建时间
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user