Merge branch 'new-pagination' of https://github.com/Kitzanos/GEPAFIN-BE into new-pagination

This commit is contained in:
nisha
2025-02-17 15:43:18 +05:30

View File

@@ -138,6 +138,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());
}