Skip to content

Commit

Permalink
added BsonProperty id
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Feb 19, 2024
1 parent 0da6cbc commit e654d17
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
import it.pagopa.selfcare.onboarding.common.Origin;
import it.pagopa.selfcare.onboarding.util.InstitutionPaSubunitType;
import lombok.Data;
import org.bson.codecs.pojo.annotations.BsonProperty;

import java.util.List;

@Data
public class Institution {

@BsonProperty("id")
private String id;
private InstitutionType institutionType;
private String taxCode;
Expand Down

0 comments on commit e654d17

Please sign in to comment.