更新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,8 @@
from pydantic import BaseModel
class ReportFieldAddRequest(BaseModel):
name: str
type: str
description: str
is_active: bool
table_id: str