aa
This commit is contained in:
@@ -3,9 +3,9 @@ package model
|
|||||||
type Apps struct {
|
type Apps struct {
|
||||||
ModelIDCULD
|
ModelIDCULD
|
||||||
|
|
||||||
UserID string `json:"user_id"` //属于哪个账号的
|
UserID string `orm:"column(user_id)" json:"user_id"` //属于哪个账号的
|
||||||
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
|
||||||
Status int `json:"status"` //状态
|
Status int `json:"status"` //状态
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user