Done ticket GEPAFINBE-165

This commit is contained in:
Piyush
2025-02-14 12:37:13 +05:30
parent a3d3fec0e1
commit 0be7ec5a2c
5 changed files with 69 additions and 8 deletions

View File

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