更新python后端

This commit is contained in:
BBIT-Kai
2025-09-18 17:18:18 +08:00
parent 2fc209e6e6
commit de6a350da8
45 changed files with 2524 additions and 89 deletions
@@ -0,0 +1,7 @@
from pydantic import BaseModel
class ChatWithReportRequest(BaseModel):
aiId: str
companyId: str
reportId: str | None = None
userInput: str