issue #63
All checks were successful
Test CI / build (push) Successful in 1m17s

- 일정 생성, 목록 조회, 당일 목록 조회 기능 구현
This commit is contained in:
geonhee-min
2025-12-11 17:04:19 +09:00
parent 2237030257
commit d580f53775
3 changed files with 20 additions and 7 deletions

View File

@@ -1,6 +1,9 @@
import { IsArray, IsDateString, IsString } from "@nestjs/class-validator";
export class ListRequestDto {
@IsDateString()
date?: string;
@IsDateString()
startDate?: string;