Refactored code for faq
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user