From 87d6206f706daedb8096a761543524bc7b6c121b Mon Sep 17 00:00:00 2001 From: forge-bot Date: Fri, 10 Jul 2026 13:32:42 +0000 Subject: [PATCH] =?UTF-8?q?=EC=9D=B8=EC=A6=9D/=EA=B6=8C=ED=95=9C=20?= =?UTF-8?q?=EC=A0=80=EC=9C=84=ED=97=98=20=ED=8C=8C=EC=9D=BC=20Spring=20?= =?UTF-8?q?=EC=A0=84=ED=99=98=20=EC=8A=A4=ED=8C=8C=EC=9D=B4=ED=81=AC=20(BA?= =?UTF-8?q?IS-SPRING-DEV-AUTH-001)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../example/authentication/Sau02f220uDto.java | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/main/java/com/example/authentication/Sau02f220uDto.java diff --git a/src/main/java/com/example/authentication/Sau02f220uDto.java b/src/main/java/com/example/authentication/Sau02f220uDto.java new file mode 100644 index 0000000..ed9c12b --- /dev/null +++ b/src/main/java/com/example/authentication/Sau02f220uDto.java @@ -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; + } +} \ No newline at end of file