From 2131a724a600512a0e71d5a32ae3385f12e1bb29 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Wed, 7 Jul 2021 18:24:27 +0800 Subject: [PATCH] aa --- business/model/app.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/model/app.go b/business/model/app.go index 14c2fa927..75c70e0b2 100644 --- a/business/model/app.go +++ b/business/model/app.go @@ -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