Skip to content

Commit

Permalink
Fix: MemberCredentialDto 에 Getter,Setter 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
gytjd committed Nov 18, 2024
1 parent 6da6ea6 commit 4dbac46
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
package AIWA.MCPBackend_Member.Dto;


import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class MemberCredentialDto {
private String email;
private String accessKey;
Expand Down

0 comments on commit 4dbac46

Please sign in to comment.