Skip to content

Commit

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

Co-authored-by: antonioT90 <[email protected]>
  • Loading branch information
oleksiybozhykntt and antonioT90 authored Jan 14, 2025
1 parent c5c5252 commit 06d4a12
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 DistinctTaxonomyCodeDTO {
public class TaxonomyCodeDTO {
@Id
private String organizationType;
private String organizationTypeDescription;
Expand Down

0 comments on commit 06d4a12

Please sign in to comment.