feat: support bind user to tenants
This commit is contained in:
@@ -19,4 +19,5 @@ type Tenants struct {
|
||||
ExpireAt time.Time `json:"expire_at"`
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
UpdatedAt time.Time `json:"updated_at"`
|
||||
BindUserID int64 `json:"bind_user_id"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user