更新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
+4
View File
@@ -0,0 +1,4 @@
from pydantic import BaseModel
class SaveReportRequest(BaseModel):
reportId: str | None = None