Skip to content

Commit

Permalink
feat: change roadAddress and phoneNumber to nullable field in CafeReg…
Browse files Browse the repository at this point in the history
…isterRequest
  • Loading branch information
Ji-soo708 committed Dec 12, 2023
1 parent ca593ad commit c8f5e4b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ public class CafeRegisterRequest {
@NotBlank(message = "1012:공백일 수 없습니다.")
private String name;

@NotBlank(message = "1012:공백일 수 없습니다.")
private String roadAddress;

@NotBlank(message = "1012:공백일 수 없습니다.")
private String phoneNumber;
}

0 comments on commit c8f5e4b

Please sign in to comment.