未知(继上次中断)

This commit is contained in:
Cheng Zhou
2026-02-04 10:52:34 +08:00
parent 8e258d21a7
commit 737f84bf54
99 changed files with 5497 additions and 2143 deletions
+10
View File
@@ -0,0 +1,10 @@
import uuid
from pydantic import BaseModel
class CenterSummaryItem(BaseModel):
id: uuid.UUID
name: str
stage: str
stage_status: str | None = None
actual_enrolled: int
planned_enrolled: int