aa
This commit is contained in:
@@ -4,6 +4,7 @@ type Apps struct {
|
|||||||
ModelIDCULD
|
ModelIDCULD
|
||||||
|
|
||||||
UserID string `orm:"column(user_id)" json:"user_id"` //属于哪个账号的
|
UserID string `orm:"column(user_id)" json:"user_id"` //属于哪个账号的
|
||||||
|
Mobile string `json:"mobile"` //手机号
|
||||||
Name string `json:"name"` //应用名称
|
Name string `json:"name"` //应用名称
|
||||||
Type int `json:"type"` //应用类型
|
Type int `json:"type"` //应用类型
|
||||||
AppKey string `json:"app_key"` //Key
|
AppKey string `json:"app_key"` //Key
|
||||||
|
|||||||
Reference in New Issue
Block a user