Skip to content

Commit

Permalink
Merge pull request #347 from ghkdqhrbals/feature/optimizing
Browse files Browse the repository at this point in the history
Feature/optimizing
  • Loading branch information
ghkdqhrbals authored Dec 28, 2023
2 parents 2e009d8 + 9d82653 commit 3fc8be1
Show file tree
Hide file tree
Showing 31 changed files with 875 additions and 589 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
import lombok.NoArgsConstructor;
import lombok.Setter;
import java.util.*;
import lombok.ToString;

public class ChatRequest {
@NoArgsConstructor(access = AccessLevel.PROTECTED)
@Getter
@Setter
@ToString
public static class ChatRecordDTO {
private String id;
private Long roomId;
Expand Down
Loading

0 comments on commit 3fc8be1

Please sign in to comment.