Refactored code for faq

This commit is contained in:
rajesh
2024-09-04 19:21:32 +05:30
parent e51c86806a
commit 286baa9c21
15 changed files with 203 additions and 245 deletions

View File

@@ -11,24 +11,14 @@ public class FaqResponseBean extends BaseBean {
private Long userId;
private Boolean isVisible;
private String questionShort;
private String question;
private String responseShort;
private String response;
private LocalDateTime responseDate;
private Long lookUpDataId;
private String title;
private String value;
private String response;
private LocalDateTime responseDate;
private Boolean isVisible;
}