Modify Shot Data Table Functions

This commit is contained in:
2026-03-05 22:12:02 +08:00
parent c8c4c99a6e
commit 1f229bff6c
26 changed files with 212 additions and 186 deletions
+1
View File
@@ -211,6 +211,7 @@ class ProjectMemberResponse(ProjectMemberBase):
user_email: str
user_first_name: str
user_last_name: str
user_avatar_url: Optional[str] = None
class Config:
from_attributes = True