resolved conflicts

This commit is contained in:
rajesh
2024-10-17 16:05:30 +05:30
23 changed files with 174 additions and 28 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;
}