-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9be32fc
commit 649310b
Showing
2 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
@Setter | ||
public class ExecutiveRequestDto { | ||
|
||
@NotNull(message = "{notNull.executive.id}") | ||
@NotNull(message = "{notNull.executive.executiveId}") | ||
@Schema(description = "학번", example = "202310000") | ||
private String executiveId; | ||
|
||
|
@@ -21,7 +21,7 @@ public class ExecutiveRequestDto { | |
@Schema(description = "이메일", example = "[email protected]") | ||
private String email; | ||
|
||
@NotNull(message = "{notNull.executive.field}") | ||
@NotNull(message = "{notNull.executive.interests}") | ||
@Schema(description = "분야", example = "Back-End") | ||
private String interests; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters