Skip to content

Commit

Permalink
Update src/main/java/it/gov/pagopa/pu/organization/model/DistinctOrga…
Browse files Browse the repository at this point in the history
…nizationTypeDTO.java

Co-authored-by: antonioT90 <[email protected]>
  • Loading branch information
oleksiybozhykntt and antonioT90 authored Jan 14, 2025
1 parent 92607d1 commit 7e9f0a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@AllArgsConstructor
@Entity
@Table(name = "taxonomy")
public class DistinctOrganizationTypeDTO {
public class TaxonomyOrganizationTypeDTO {
@Id
private String organizationType;
private String organizationTypeDescription;
Expand Down

0 comments on commit 7e9f0a0

Please sign in to comment.