Skip to content

Commit

Permalink
feat: ActiveInfo 도메인 Builder를 통해 생성 가능하도록 한다
Browse files Browse the repository at this point in the history
  • Loading branch information
soomanbaek committed Oct 20, 2023
1 parent 7c6bcf0 commit 3f4f031
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

@Document(collection = "toquiz-member")
@Getter
@Builder
@AllArgsConstructor
@NoArgsConstructor
public class ActiveInfo {
@Id
Expand Down

0 comments on commit 3f4f031

Please sign in to comment.