Merge pull request #110 from TeamBNBN/be/ws
[Back-End] WebSocket dto 변경
This commit is contained in:
commit
98643fea94
@ -7,7 +7,6 @@ import lombok.Setter;
|
||||
@Getter
|
||||
@Setter
|
||||
public class MessageDto {
|
||||
long lectureId;
|
||||
long userId;
|
||||
String name;
|
||||
String content;
|
||||
|
@ -7,7 +7,6 @@ import lombok.Setter;
|
||||
@Getter
|
||||
@Setter
|
||||
public class QuizDto {
|
||||
int lectureId;
|
||||
int userId;
|
||||
int quizSetId;
|
||||
long userId;
|
||||
long quizSetId;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user