feat(schedule): add practice lesson type

This commit is contained in:
2025-09-25 02:49:23 +04:00
parent b5d372e109
commit 2d0041dc8b
2 changed files with 4 additions and 0 deletions

View File

@@ -100,6 +100,9 @@ pub enum LessonType {
/// Защита курсового проекта.
CourseProjectDefense,
/// Практическое занятие.
Practice
}
#[derive(Clone, Hash, Debug, Serialize, Deserialize, ToSchema)]