This commit is contained in:
suyl
2021-07-07 16:59:01 +08:00
parent 0584eeb643
commit 3fa0cbdfe7

View File

@@ -3,7 +3,7 @@ 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