Skip to content

Commit

Permalink
Fix: 홈 조회 dto 수정 #5
Browse files Browse the repository at this point in the history
  • Loading branch information
dkyuuum committed Feb 16, 2024
1 parent 20cdc46 commit 74fb306
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ data class Result(
)

data class FutureTimeTableDto(
val semester: SemesterInfo
)

data class SemesterInfo(
val sumCredits: Int,
val timeTableDtoList: List<TimeTableDto>
)
Expand Down

0 comments on commit 74fb306

Please sign in to comment.