Skip to content

Commit

Permalink
Feat: User Entity 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HyominAn0401 committed Dec 8, 2024
1 parent ef79ae6 commit e270080
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/site/examready2025/quiz/user/entity/User.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package site.examready2025.quiz.user.entity;

public class User {
}

0 comments on commit e270080

Please sign in to comment.