Ignore:
Timestamp:
01/15/21 16:39:45 (3 years ago)
Author:
Vzdra <vladko.zdravkovski@…>
Branches:
master
Children:
81c9e25
Parents:
ed3f5c4
Message:

finished work edit

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  
    1313    String accountEmail;
    1414    String accountName;
     15    Long accountId;
    1516    AccountType accountType;
    1617    String error;
     
    2829        this.description = description;
    2930        this.salary = salary;
     31        this.accountId = account.getId();
    3032        this.accountEmail = account.getEmail();
    3133        this.accountName = account.getName();
Note: See TracChangeset for help on using the changeset viewer.