Skip to content

Commit

Permalink
๐Ÿ›  :: (#826) ๋Œ€ํ‘œ๋ฒˆํ˜ธ ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
4mjeo committed Nov 6, 2024
1 parent 9dbfc95 commit c8a7aab
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public class QueryCompanyDetailsResponse {
private final String managerPhoneNo;
private final String email;
private final String representativeName;
private final String representativePhonwNo;
private final LocalDate foundedAt;
private final int workerNumber;
private final double take;
Expand All @@ -50,6 +51,7 @@ public static QueryCompanyDetailsResponse from(CompanyDetailsVO vo) {
.managerPhoneNo(vo.getManagerPhoneNo())
.email(vo.getEmail())
.representativeName(vo.getRepresentativeName())
.representativePhonwNo(vo.getRepresentativePhoneNo())
.foundedAt(vo.getFoundedAt())
.workerNumber(vo.getWorkerNumber())
.take(vo.getTake())
Expand Down

0 comments on commit c8a7aab

Please sign in to comment.