Merge pull request #159 from Kitzanos/feature/GEPAFINBE-140

GEPAFINBE-140 (Added codice_ateco field to company data)
This commit is contained in:
rajeshkhore
2025-01-13 19:29:43 +05:30
committed by GitHub
4 changed files with 27 additions and 1 deletions

View File

@@ -24,4 +24,5 @@ public class CompanyResponse extends BaseBean{
private Boolean isLegalRepresentant;
private String contactName;
private String contactEmail;
private String codiceAteco;
}