- ScheduleCreateDTO stratTime -> startTime 오타 수정
This commit is contained in:
geonhee-min
2025-12-16 14:55:55 +09:00
parent fb5c188972
commit e357da90b6

View File

@@ -19,7 +19,7 @@ export class ScheduleCreateRequestDTO extends BaseRequestDTO {
style!: string;
@IsString()
stratTime!: string;
startTime!: string;
@IsString()
endTime!: string;