维护三个基础物件入库时候与数据库不匹配问题

This commit is contained in:
dxc
2026-01-30 11:50:35 +08:00
parent 482c5a2cb2
commit 30181fd21b
6 changed files with 57 additions and 53 deletions

View File

@ -45,7 +45,7 @@ def create_app():
with app.app_context():
try:
# 1. 基础物料
from app.models.material import MaterialBase
from app.models.base import MaterialBase
# 2. 采购入库
from app.models.inbound.buy import StockBuy
# 3. 半成品入库