MCPcopy 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
31class UploadResultDTO(BaseModel):
32 successCount: int
33 errorCount: int
34 dataKey: str | None = None
35
36
37async def downTemplate(trans):

Callers 1

batchUploadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected