Compare commits
2 Commits
a572089dff
...
fbdda6477c
| Author | SHA1 | Date | |
|---|---|---|---|
| fbdda6477c | |||
| 1c2e41ced6 |
@@ -111,8 +111,8 @@ public class MembersDto {
|
||||
@EnumValid(enumClass = RoleType.class, message = "userRole은 ADMIN, LABELER, REVIEWER 만 가능합니다.")
|
||||
private String userRole;
|
||||
|
||||
@Schema(description = "사번", example = "K20251212001")
|
||||
@Size(max = 50)
|
||||
@Schema(description = "사번", example = "123456")
|
||||
@Size(max = 6)
|
||||
private String employeeNo;
|
||||
|
||||
@Schema(description = "이름", example = "홍길동")
|
||||
|
||||
Reference in New Issue
Block a user