Skip to content

Commit

Permalink
docs: ERD 이미지 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
soleu committed Oct 6, 2024
1 parent af8c29b commit d611b68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Get-Offer

중고 물품을 올려 경매 가격을 따내는 겟-오퍼 서비스

## 와이어 프레임

![Mobile wireframe (1)](https://github.com/user-attachments/assets/25f1a4b1-183b-4f6a-98ff-3e8aa3f6c9f3)

## ERD

![ERD_image.png](src/main/images/ERD_image.png)
Binary file added src/main/images/ERD_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/get_offer/auction/domain/Bid.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import jakarta.persistence.Table
class Bid(
private val productId: Long,

private val userId: Long,
private val bidderId: Long,

private val biddingPrice: Int,

Expand Down

0 comments on commit d611b68

Please sign in to comment.