[RFC]pms_api_rest: refactor in datamodels and services

This commit is contained in:
Sara
2022-07-11 17:02:27 +02:00
committed by Darío Lodeiros
parent 98975a5e92
commit f661b67a4a
35 changed files with 171 additions and 146 deletions

View File

@@ -8,5 +8,4 @@ class PmsPaymentInfo(Datamodel):
id = fields.Integer(required=False, allow_none=True)
amount = fields.Float(required=False, allow_none=True)
journalId = fields.Integer(required=False, allow_none=True)
journalName = fields.String(required=False, allow_none=True)
date = fields.String(required=False, allow_none=True)