盘库操作初设计

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

@ -3,7 +3,7 @@ from flask import Blueprint, request, jsonify
from app.services.inbound.product_service import ProductInboundService
import traceback
inbound_product_bp = Blueprint('inbound_product', __name__)
inbound_product_bp = Blueprint('stock_product', __name__)
# ------------------------------------------------------------------