Skip to content

Commit

Permalink
#161 | Added supportStatus to user details. (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkerCelimli authored Sep 3, 2023
1 parent 9c5a652 commit d169c1f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import com.ays.institution.model.dto.response.InstitutionResponse;
import com.ays.user.model.enums.UserRole;
import com.ays.user.model.enums.UserStatus;
import com.ays.user.model.enums.UserSupportStatus;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.SuperBuilder;
Expand All @@ -26,7 +27,7 @@ public class UserResponse extends BaseResponse {
private UserRole role;
private UserStatus status;
private AysPhoneNumber phoneNumber;

private UserSupportStatus supportStatus;
private InstitutionResponse institution;

}

0 comments on commit d169c1f

Please sign in to comment.