[IMP] pms_api_rest: add payment report service

This commit is contained in:
Sara Lago
2022-11-03 12:58:01 +01:00
committed by Darío Lodeiros
parent 233c2d3e02
commit 9faa3155d6
5 changed files with 59 additions and 6 deletions

View File

@@ -8,4 +8,3 @@ class PmsResUsersInfo(Datamodel):
id = fields.Integer(required=False, allow_none=True)
name = fields.String(required=False, allow_none=True)
userImageBase64 = fields.String(required=False, allow_none=True)