generated from pricelees/issue-pr-template
rename: CanceledPaymentV2 -> CanceledPaymentEntityV2 클래스명 수정
This commit is contained in:
parent
0fc19530d1
commit
79527cb708
@ -7,7 +7,7 @@ import java.time.OffsetDateTime
|
||||
|
||||
@Entity
|
||||
@Table(name = "canceled_payment1")
|
||||
class CanceledPaymentV2(
|
||||
class CanceledPaymentEntityV2(
|
||||
id: Long,
|
||||
|
||||
val paymentId: Long,
|
||||
@ -2,4 +2,4 @@ package roomescape.payment.infrastructure.persistence.v2
|
||||
|
||||
import org.springframework.data.jpa.repository.JpaRepository
|
||||
|
||||
interface CanceledPaymentRepositoryV2 : JpaRepository<CanceledPaymentV2, Long>
|
||||
interface CanceledPaymentRepositoryV2 : JpaRepository<CanceledPaymentEntityV2, Long>
|
||||
Loading…
x
Reference in New Issue
Block a user