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

@@ -9,4 +9,5 @@ public class LookUpDataRequest {
private String title;
private LookUpDataTypeEnum type;
private String value;
private String response;
}