Skip to content

Commit

Permalink
fix: Attendance name 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Woonseok105 committed Oct 30, 2023
1 parent fff2cf9 commit 74a1538
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
package kr.hs.dsm.inq.domain.user.persistence

import java.time.LocalDate
import javax.persistence.*

@Table(name = "tbl_attendence")
@Table(name = "tbl_attendance")
@Entity
class Attendance (

Expand Down

0 comments on commit 74a1538

Please sign in to comment.