Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dataease/SQLBot
/ UserInfoDTO
Class
UserInfoDTO
backend/apps/system/schemas/system_schema.py:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
100
101
class
UserInfoDTO(UserEditor):
102
language: str =
"zh-CN"
103
weight: int = 0
104
isAdmin: bool = False
105
106
107
class
AssistantBase(BaseModel):
Callers
1
get_assistant_user
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected