-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be99793
commit 14f799d
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
package com.wafflestudio.snu4t.lectures.data | ||
|
||
import com.wafflestudio.snu4t.common.enum.DayOfWeek | ||
import com.wafflestudio.snu4t.lecturehalls.data.LectureHall | ||
|
||
data class ClassPlaceAndTime( | ||
val day: DayOfWeek, | ||
val place: String, | ||
val startMinute: Int, | ||
val endMinute: Int, | ||
var lectureHall: LectureHall? | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters