全栈: Task模型+remark字段 + 前端任务卡片初始说明展示区

This commit is contained in:
2026-08-05 15:22:50 +08:00
parent 3b02c87067
commit 22f7bb2f79
4 changed files with 42 additions and 0 deletions

View File

@ -102,6 +102,7 @@ class TaskSummaryResponse(BaseModel):
status: str
notify_parent_on_complete: bool
is_rework: bool = False
remark: str | None = None
reject_reason: str | None = None
received_at: datetime | None = None
completed_at: datetime | None = None