Skip to content

Commit de79bff

Browse files
authored
Merge pull request #384 from GSM-MSG/383-wrong-teacher-student-detail
๐Ÿ”€ ์ถ”๊ฐ€๋˜์ง€ ์•Š์€ portfolioFileUrl ์ถ”๊ฐ€ํ•˜๊ธฐ
2 parents 5b3881e + 086323e commit de79bff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

โ€Žsms-presentation/src/main/kotlin/team/msg/sms/domain/student/StudentWebAdapter.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ class StudentWebAdapter(
127127
name = this.name,
128128
introduce = this.introduce,
129129
portfolioUrl = this.portfolioUrl,
130+
portfolioFileUrl = this.portfolioFileUrl,
130131
grade = this.grade,
131132
classNum = this.classNum,
132133
number = this.number,

โ€Žsms-presentation/src/main/kotlin/team/msg/sms/domain/student/dto/res/DetailStudentInfoTeacherWebResponse.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ data class DetailStudentInfoTeacherWebResponse(
1111
val name: String,
1212
val introduce: String,
1313
val portfolioUrl: String?,
14+
val portfolioFileUrl: String?,
1415
val grade: Int,
1516
val classNum: Int,
1617
val number: Int,

0 commit comments

Comments
ย (0)