盘库操作初设计

This commit is contained in:
dxc
2026-02-06 10:16:37 +08:00
parent c1ddb8093f
commit e027ebd4a9
15 changed files with 1227 additions and 30 deletions

View File

@ -4,7 +4,7 @@ from app.services.inbound.semi_service import SemiInboundService
import traceback
# 定义蓝图
inbound_semi_bp = Blueprint('inbound_semi', __name__)
inbound_semi_bp = Blueprint('stock_semi', __name__)
# ------------------------------------------------------------------