Skip to content

Commit

Permalink
hotfix(BE): 친구추가 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
namhyo01 committed Nov 22, 2023
1 parent fc0100f commit c40a881
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

import java.io.Serializable;
import java.util.UUID;

@Data
@AllArgsConstructor
@NoArgsConstructor
public class FriendPK implements Serializable {
private UUID userId;
private UUID friendId;
Expand Down

0 comments on commit c40a881

Please sign in to comment.