Skip to content

Commit

Permalink
feat(EventCommand) : 이벤트에 수동으로 학생을 추가/제거 할 수 있다
Browse files Browse the repository at this point in the history
  • Loading branch information
Due-IT committed Nov 30, 2024
1 parent 247bd79 commit 21b0da3
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package com.wap.wabi.event.payload.request

class InsertEventStudentRequest(
val eventId: Long,
val studentId: String,
val studentName: String,
) {
}

0 comments on commit 21b0da3

Please sign in to comment.