Skip to content

Commit

Permalink
feat : 인슈보딩 입력 ToString 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
1000kkannoo committed Aug 22, 2024
1 parent 7c94e04 commit 42c0faa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public static class InsureBoarding {
@AllArgsConstructor
@NoArgsConstructor
@Getter
@ToString
public static class InsureBoard {
@NotNull(message = "보험 유형은 필수 값 입니다.")
private InsuranceType insuranceType;
Expand Down

0 comments on commit 42c0faa

Please sign in to comment.