Skip to content

Commit

Permalink
[refactor][#53] 애노테이션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ProtoSeo committed Jul 25, 2022
1 parent 554c8d1 commit 31169eb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
package kr.startoff.backend.domain.user.dto.request;

import lombok.Getter;
import lombok.NoArgsConstructor;

@Getter
@NoArgsConstructor
public class NicknameRequest {
String nickname;
}

0 comments on commit 31169eb

Please sign in to comment.