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

@@ -56,4 +56,7 @@ public class CompanyEntity extends BaseEntity{
@Column(name = "NDG")
private String ndg;
@Column(name = "CODICE_ATECO")
private String codiceAteco;
}