Implemented company in application
This commit is contained in:
@@ -41,6 +41,9 @@ public class FaqEntity extends BaseEntity {
|
||||
|
||||
@Column(name ="IS_DELETED", nullable = false)
|
||||
private Boolean isDeleted = false;
|
||||
|
||||
@Column(name ="COMPANY_ID")
|
||||
private Long companyId;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user