作者 yangfu

仓储

@@ -6,6 +6,8 @@ type LoginAccess struct { @@ -6,6 +6,8 @@ type LoginAccess struct {
6 tableName string `pg:"login_access,alias:login_access"` 6 tableName string `pg:"login_access,alias:login_access"`
7 7
8 LoginAccessId int64 `pg:",pk"` 8 LoginAccessId int64 `pg:",pk"`
  9 + UserBaseId int64
  10 + UserId int64
9 // 账号 11 // 账号
10 Account string 12 Account string
11 // 对应平台 13 // 对应平台