Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
4mjeo committed Nov 6, 2024
2 parents d8346ca + 7bf11c5 commit 51a786a
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 51a786a

Please sign in to comment.