diff --git a/schemas/interview_tables.py b/schemas/interview_tables.py index 753267f..0e5b986 100644 --- a/schemas/interview_tables.py +++ b/schemas/interview_tables.py @@ -13,7 +13,6 @@ def get_id(): class InsertTables(BaseModel): table_id: str = get_id() # 报表唯一id mode_id: str # 模版id - table_name: str # 报表名称 table_data: dict = {} # 报表其他数据 mode_time: datetime = datetime.now() # 修改时间