fix: review blockers — entity registration, session enum, conflict date-range, @Type decorators

This commit is contained in:
2026-07-05 20:20:43 +08:00
parent 99162168b1
commit b7117ddf2d
5 changed files with 22 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ export class AttendanceRecordItem {
attendanceDate: string;
@IsString()
@IsIn(['morning', 'afternoon', 'evening'])
@IsIn(['morning_reading', 'morning', 'afternoon', 'evening_study', 'night_check'])
@IsNotEmpty()
session: string;