updated code

This commit is contained in:
nisha
2025-02-13 15:48:24 +05:30
parent 7f388ea8ff
commit 3fb9cfa0f5

View File

@@ -142,6 +142,7 @@ public class UserActionDao {
responseBean.setResponse(action.getResponse());
responseBean.setCreatedDate(action.getCreatedDate());
responseBean.setUpdatedDate(action.getUpdatedDate());
responseBean.setMethodType(action.getMethodType());
return responseBean;
}).collect(Collectors.toList());
}