Beneficiary must be able to Delete Company

This commit is contained in:
nisha
2024-10-16 14:22:31 +05:30
parent edd9c1cb1a
commit 8e73074a88
13 changed files with 85 additions and 20 deletions

View File

@@ -22,4 +22,7 @@ public class UserWithCompanyEntity extends BaseEntity{
@Column(name = "IS_LEGAL_REPRESENTANT")
private Boolean isLegalRepresentant;
@Column(name = "IS_DELETED")
private Boolean isDeleted = false;
}