Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dataease/SQLBot
/ UploadResultDTO
Class
UploadResultDTO
backend/apps/system/crud/user_excel.py:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
self.message = message
30
31
class
UploadResultDTO(BaseModel):
32
successCount: int
33
errorCount: int
34
dataKey: str | None = None
35
36
37
async
def
downTemplate(trans):
Callers
1
batchUpload
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected