feat: 설문 등록 시 등록자 유저명 저장

This commit is contained in:
2024-09-28 13:04:29 +00:00
parent f774a28e2a
commit 4b3ab5e31c
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ class VoteInfo extends \LDTO\DTO
public int $id,
public string $title,
public int $multipleOptions,
public ?string $opener,
public string $startDate,
public ?string $endDate,