From 7e1e03083914cedf96b5f283f906c6c2fed29af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BC=9F?= <250213850@qq.com> Date: Fri, 18 Feb 2022 14:40:39 +0800 Subject: [PATCH] =?UTF-8?q?1.=E9=85=8D=E7=BD=AE=E5=BC=80=E5=90=AF=E9=A6=96?= =?UTF-8?q?=E8=88=AA=E6=B5=AE=E5=8A=A8=E5=8A=9F=E8=83=BD=E7=9A=84=E5=AD=98?= =?UTF-8?q?=E5=82=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schemas/dashboard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/schemas/dashboard.py b/schemas/dashboard.py index bd1af15..2130e9c 100644 --- a/schemas/dashboard.py +++ b/schemas/dashboard.py @@ -39,6 +39,7 @@ class Report(BaseModel): modelswitch: bool = None avesumdata: bool = True daydata: bool = True + reverseorder: bool = True class EditShowReport(BaseModel):