인증/권한 저위험 파일 Spring 전환 스파이크 (BAIS-SPRING-DEV-AUTH-001)
Some checks are pending
ci / test (push) Waiting to run
Some checks are pending
ci / test (push) Waiting to run
This commit is contained in:
parent
8234b27a3c
commit
87d6206f70
1 changed files with 23 additions and 0 deletions
23
src/main/java/com/example/authentication/Sau02f220uDto.java
Normal file
23
src/main/java/com/example/authentication/Sau02f220uDto.java
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
package com.example.authentication;
|
||||
|
||||
public class Sau02f220uDto {
|
||||
private String username;
|
||||
private String password;
|
||||
|
||||
// Getters and Setters
|
||||
public String getUsername() {
|
||||
return username;
|
||||
}
|
||||
|
||||
public void setUsername(String username) {
|
||||
this.username = username;
|
||||
}
|
||||
|
||||
public String getPassword() {
|
||||
return password;
|
||||
}
|
||||
|
||||
public void setPassword(String password) {
|
||||
this.password = password;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue