Beneficiary must be able to Delete Company
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user