Skip to content

Commit

Permalink
feat: Add MemberLoginRequestDto (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
youjin09222 committed Nov 12, 2023
1 parent 6a6d621 commit 3b1d14f
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package com.gdsc_teamb.servertoyproject.login;

import lombok.Data;

@Data
public class MemberLoginRequestDto {
private String memberId;
private String password;
}

0 comments on commit 3b1d14f

Please sign in to comment.