1.配置开启首航浮动功能的存储

This commit is contained in:
李伟 2022-02-18 14:40:39 +08:00
parent ece833ee6c
commit 7e1e030839

View File

@ -39,6 +39,7 @@ class Report(BaseModel):
modelswitch: bool = None
avesumdata: bool = True
daydata: bool = True
reverseorder: bool = True
class EditShowReport(BaseModel):