Skip to content

Commit 8167ec4

Browse files
authored
Merge pull request #172 from kt-cloud-basic-project/refactor/orderproduct-relation
refactor: payment domain 매핑 수정
2 parents bfe5049 + 788e48d commit 8167ec4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/com/kt/domain/payment/Payment.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
@Table(name = "payment")
1616
public class Payment extends BaseEntity {
1717

18-
@Id
19-
@GeneratedValue(strategy = GenerationType.IDENTITY)
20-
private Long id;
21-
2218
@Column(nullable = false)
2319
private Long totalPrice; // 총 상품 금액
2420

0 commit comments

Comments
 (0)