initial commit
这个提交包含在:
@@ -0,0 +1,6 @@
|
||||
from database import engine, Base
|
||||
from models import Inventory, TransactionLog
|
||||
|
||||
# 初始化数据库表
|
||||
Base.metadata.create_all(bind=engine)
|
||||
print("数据库表创建成功!")
|
||||
在新工单中引用
屏蔽一个用户