Step 6:受试者(Subject)+ 访视(Visit)+ 随访进度

This commit is contained in:
Cheng Zhou
2025-12-16 17:43:11 +08:00
parent a9e15faedc
commit c77b20f932
69 changed files with 468 additions and 1 deletions
+2
View File
@@ -10,3 +10,5 @@ from app.models.attachment import Attachment # noqa: F401
from app.models.audit_log import AuditLog # noqa: F401
from app.models.milestone import Milestone # noqa: F401
from app.models.task import Task # noqa: F401
from app.models.subject import Subject # noqa: F401
from app.models.visit import Visit # noqa: F401