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

@@ -8,6 +8,10 @@ public class LookUpDataReq {
private Long id;
private Long lookUpDataId;
private String title;
private String value;
private String response;
}