[IMP]pms_api_rest: add product consumed on

This commit is contained in:
Darío Lodeiros
2022-08-09 11:45:56 +02:00
parent a3a2aaf290
commit 273bfd7c2b
2 changed files with 2 additions and 3 deletions

View File

@@ -15,3 +15,4 @@ class PmProductInfo(Datamodel):
name = fields.String(required=False, allow_none=True)
perDay = fields.Boolean(required=False, allow_none=True)
perPerson = fields.Boolean(required=False, allow_none=True)
consumedOn = fields.String(required=False, allow_none=True)