userId -> 사번으로변경

This commit is contained in:
2025-12-16 16:19:48 +09:00
parent 5a40c29eec
commit 9f1e4de18c
3 changed files with 12 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ import lombok.ToString;
@ToString(exclude = "password")
public class SignInRequest {
@Schema(description = "사용자 ID", example = "admin2")
@Schema(description = "사용자 ID", example = "1234567")
private String username;
@Schema(description = "비밀번호", example = "Admin2!@#")