Open
Conversation
Contributor
xjvmdutl
commented
Nov 29, 2025
- Deposit 엔티티를 설계한다.
- 책임 주도 설계를 기반으로 엔티티를 먼저 설계
- Deposit 엔티티를 설계한다. - 책임주도설계를 기반으로 Method 작성한다.
pparkjs
approved these changes
Nov 30, 2025
pparkjs
left a comment
There was a problem hiding this comment.
고생하셨어요 ㅎㅎ
코맨트 달아놓은 부분 답장해주시면 감사하겠습니다!
|
|
||
| public String getRefundFeeMessage() { | ||
| if (depositDate != null && depositDate.plusMonths(1).isAfter(LocalDateTime.now())) { | ||
| return "입금일 기준 30일이 초과되어 보증금 3.5%를 돌려 받을수 없습니다."; |
Contributor
Author
Comment on lines
+22
to
+23
| private long amount; | ||
| private long totalAmount; |
There was a problem hiding this comment.
여기서 보증금 납부 회원들이 가지고있는 totalAmount에 의미를 이해하지 못했습니다!
Contributor
Author
There was a problem hiding this comment.
@pparkjs 님
실제 보증금이 요청된 금액과 현재까지 납부한 보증 금액을 분리했다고 생각하시면 될 거 같아요!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.