Changeset 6729ba5 for src/main/java/it/finki/tinki/model/dto
- Timestamp:
- 01/15/21 16:39:45 (4 years ago)
- Branches:
- master
- Children:
- 81c9e25
- Parents:
- ed3f5c4
- Location:
- src/main/java/it/finki/tinki/model/dto
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/it/finki/tinki/model/dto/response/work/WorkResponseDTO.java
red3f5c4 r6729ba5 13 13 String accountEmail; 14 14 String accountName; 15 Long accountId; 15 16 AccountType accountType; 16 17 String error; … … 28 29 this.description = description; 29 30 this.salary = salary; 31 this.accountId = account.getId(); 30 32 this.accountEmail = account.getEmail(); 31 33 this.accountName = account.getName();
Note:
See TracChangeset
for help on using the changeset viewer.