chore: 更新后端依赖,初始化数据库迁移与 MOM 外部系统连接

This commit is contained in:
2026-08-04 17:09:33 +08:00
parent e0bd1ad44e
commit 2b967afbf6
5 changed files with 127 additions and 4 deletions

View File

@ -4,7 +4,6 @@ from app.models.production_order import ProductionOrder
from app.models.product import Product
from app.models.task import Task
from app.models.task_log import TaskLog
__all__ = [
"Base",
"ProductionOrder",