added response field in lookupData response

This commit is contained in:
rajesh
2024-09-04 21:35:59 +05:30
parent 286baa9c21
commit d6995b98e4
5 changed files with 14 additions and 3 deletions

View File

@@ -11,5 +11,7 @@ public class LookUpDataResponse extends BaseBean {
private String title;
private String value;
private String response;
}