This commit is contained in:
suyl
2021-07-07 18:24:27 +08:00
parent 3fa0cbdfe7
commit 2131a724a6

View File

@@ -4,6 +4,7 @@ type Apps struct {
ModelIDCULD
UserID string `orm:"column(user_id)" json:"user_id"` //属于哪个账号的
Mobile string `json:"mobile"` //手机号
Name string `json:"name"` //应用名称
Type int `json:"type"` //应用类型
AppKey string `json:"app_key"` //Key