refactor(students): remove obsolete class id input

This commit is contained in:
2026-07-13 12:20:13 +08:00
parent 0377acd33b
commit effa34434b
2 changed files with 18 additions and 3 deletions

View File

@@ -38,9 +38,6 @@ export class CreateStudentDto {
@IsOptional()
@IsString()
supervisor?: string;
@IsOptional()
@IsInt()
classId?: number;
}
export class UpdateStudentDto {