报表
This commit is contained in:
parent
197287ee3e
commit
48aa08446a
@ -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() # 修改时间
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user