Skip to content

Commit

Permalink
feat : 채팅방 룸 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sungjiwoon committed Jan 23, 2024
1 parent 1324867 commit 68cd4a7
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,22 @@ public class ChatRoomListGetResponse {
private Long buyerId;
private Long sellerId;
private Long productId;

private String accommodationName;
private int sellPrice;

private UserIdentity loginUserIdentity;
private String accommodationUrl;

private String partnerNickName;
private ChatMessageDto lastChatmessageDto;

private DealState dealState;
private ChatRoomState buyerState;
private ChatRoomState sellerState;

private ChatMessageDto lastChatmessageDto;


public void updateChatMessageDto(ChatMessageDto chatMessageDto) {
this.lastChatmessageDto = chatMessageDto;
}
Expand Down

0 comments on commit 68cd4a7

Please sign in to comment.