- ScheduleCreateRequestDTO content 누락 수정
This commit is contained in:
geonhee-min
2025-12-16 15:13:25 +09:00
parent 293a6d5c59
commit 636e01aea7

View File

@@ -6,6 +6,9 @@ export class ScheduleCreateRequestDTO extends BaseRequestDTO {
@IsString()
name!: string;
@IsString()
content!: string;
@IsDateString()
startDate!: string;