From 7580c1e5634c8e1127d2425bf372bc0c72cd513f Mon Sep 17 00:00:00 2001 From: wuaho Date: Thu, 30 Sep 2021 14:58:49 +0800 Subject: [PATCH] 111 --- schemas/dashboard.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/schemas/dashboard.py b/schemas/dashboard.py index 6e22552..5b5b094 100644 --- a/schemas/dashboard.py +++ b/schemas/dashboard.py @@ -37,6 +37,8 @@ class Report(BaseModel): graph_size: str = None sort: int = 999 modelswitch: bool = None + avesumdata: bool = True + daydata: bool = True class EditShowReport(BaseModel):