Skip to content

Commit

Permalink
#9 feat : 채팅의 타입 enum 추가
Browse files Browse the repository at this point in the history
- CHAT, FILE, IMAGE
  • Loading branch information
sim-mer committed May 10, 2024
1 parent a74908d commit 6809c7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/gdsc/comunity/entity/chat/ChatType.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package gdsc.comunity.entity.chat;

public enum ChatType {
CHAT, FILE, IMAGE
}

0 comments on commit 6809c7f

Please sign in to comment.