SuranS2 / TEST

πŸ”₯λ¨Όμ € μƒκ°ν•˜λŠ” μ‚¬λžŒ
0 stars 0 forks source link

ItemPostDto builder 적용 #180

Closed SuranS2 closed 2 weeks ago

SuranS2 commented 3 weeks ago
public Item toEntity() {
        return Item.builder()
                .name(getItemInfo().getName())
                .price(getItemInfo().getPrice())
                .category(getItemInfo().getCategory())
                .imagePath(getItemInfo().getImagePath())
                .description(getItemInfo().getDescription()).build();
    }
SuranS2 commented 3 weeks ago

changed due date to August 28, 2024

SuranS2 commented 3 weeks ago

mentioned in commit 11969205d4fd9a27f386a9144763f3865bf28331

SuranS2 commented 3 weeks ago

mentioned in commit 27b446a09ff25a273f2a3f05f626f5424282f98c