fix: user

This commit is contained in:
2026-03-17 23:43:19 +08:00
parent ef8ce120bb
commit ca12e55554
8 changed files with 132 additions and 26 deletions

View File

@@ -13,6 +13,7 @@ class ReportCreate(CamelModel):
include_timeline: bool = True
include_reasons: bool = True
include_inquiry: bool = False
include_record_qa: bool = False
class ReportOut(CamelModel):