From 48aa08446a474fa03444d8062116524307127866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=80=C3=AE=C3=97=C3=9A=C3=95=C3=B1?= Date: Fri, 26 Aug 2022 17:43:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schemas/interview_tables.py | 1 - 1 file changed, 1 deletion(-) 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() # 修改时间