[IMP] pms_api_rest: add room type class in room service

This commit is contained in:
Sara
2022-05-18 16:37:53 +02:00
committed by Darío Lodeiros
parent 7955d07c24
commit f02ac4c50c
3 changed files with 6 additions and 6 deletions

View File

@@ -17,3 +17,4 @@ class PmsRoomInfo(Datamodel):
roomTypeId = fields.Integer(required=False, allow_none=True)
capacity = fields.Integer(required=False, allow_none=True)
shortName = fields.String(required=False, allow_none=True)
roomTypeClassId = fields.Integer(required=False, allow_none=True)