Skip to content

Commit

Permalink
Subject, Semester, Certificate entity 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dlguszoo committed Jan 17, 2024
1 parent 293730b commit 08deec6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/umc/forgrad/domain/Subject.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ public class Subject extends BaseEntity {
@Column(nullable = false)
private Integer credit;
}

//

0 comments on commit 08deec6

Please sign in to comment.