This commit is contained in:
Àî×ÚÕñ 2022-08-26 17:43:44 +08:00
parent 197287ee3e
commit 48aa08446a

View File

@ -13,7 +13,6 @@ def get_id():
class InsertTables(BaseModel): class InsertTables(BaseModel):
table_id: str = get_id() # 报表唯一id table_id: str = get_id() # 报表唯一id
mode_id: str # 模版id mode_id: str # 模版id
table_name: str # 报表名称
table_data: dict = {} # 报表其他数据 table_data: dict = {} # 报表其他数据
mode_time: datetime = datetime.now() # 修改时间 mode_time: datetime = datetime.now() # 修改时间