Done ticket GEPAFINBE-140

This commit is contained in:
rajesh
2025-01-13 19:17:39 +05:30
parent 6e092bd534
commit 7953ba0838
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;
}