Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
YSM19 committed Dec 2, 2024
1 parent ecf50e2 commit 0c42d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/example/vocatest/entity/VocaListEntity.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ public class VocaListEntity { //단어장 목록
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;

@Schema(description = "단어장 작성한 자지 이메일", example = "[email protected]")
private String email; // 단어장 작성한 자지 이메일
@Schema(description = "단어장 작성한 저자 이메일", example = "[email protected]")
private String email; // 단어장 작성한 저자 이메일

@Schema(description = "단어장 저자", example = "김길똥")
private String username; // 단어장의 작성자
Expand Down

0 comments on commit 0c42d94

Please sign in to comment.