Added lookUpDate in Faq
This commit is contained in:
@@ -39,6 +39,10 @@ public class FaqEntity extends BaseEntity {
|
||||
@Column(name = "RESPONSE", columnDefinition = "TEXT")
|
||||
private String response;
|
||||
|
||||
@ManyToOne
|
||||
@JoinColumn(name = "LOOKUP_DATA_ID")
|
||||
private LookUpDataEntity lookupData;
|
||||
|
||||
@Column(name = "RESPONSE_DATE")
|
||||
private LocalDateTime responseDate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user