report dara

This commit is contained in:
CHIEFSOFT\ameye
2026-01-09 11:41:27 -05:00
parent b291f75679
commit b5e4203558
3 changed files with 67 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
from marshmallow import Schema, fields
class ReportSchema(Schema):
token = fields.Str(required=True)
uid = fields.Str(required=True)
page = fields.Str(required=True)