[IMP] pms_api_rest: change input_param to receive only one date and add services for operatives in dashboard_service, add createHour field in folio datamodel

This commit is contained in:
Sara Lago
2023-09-20 17:30:59 +02:00
committed by Darío Lodeiros
parent 65864ace52
commit 4a4f77bb3f
4 changed files with 172 additions and 11 deletions

View File

@@ -41,6 +41,7 @@ class PmsRoomTypeClassService(Component):
return PmsUserInfo(
userId=user.id,
userName=user.name,
userFirstNmame=user.first_name if user.first_name else "",
userEmail=user.email if user.email else "",
userPhone=user.phone if user.phone else "",
userImageBase64=user.image_1920 if user.image_1920 else "",