伦理与启动管理-简单优化

This commit is contained in:
Cheng Zhou
2025-12-18 16:24:57 +08:00
parent 1ebc706242
commit a4ad087a0a
14 changed files with 366 additions and 40 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from typing import Literal, Optional
from pydantic import BaseModel, ConfigDict, Field
StudyRole = Literal["PM", "CRA", "PV", "IMP"]
StudyRole = Literal["PM", "CRA", "PV", "IMP", "ADMIN"]
class StudyMemberCreate(BaseModel):