Added lookUpDate in Faq

This commit is contained in:
harish
2024-08-29 16:43:56 +05:30
parent b4548876a9
commit f4cdf415ca
11 changed files with 49 additions and 13 deletions

View File

@@ -23,4 +23,12 @@ public class FaqResponseBean extends BaseBean {
private LocalDateTime responseDate;
private Long lookUpDataId;
private String title;
private String value;
}