4.29扫码获取库位小工具接口
This commit is contained in:
@ -2,8 +2,10 @@ from flask import Blueprint
|
||||
from .inbound import inbound_bp
|
||||
from .bom import bom_bp
|
||||
from .common import common_bp
|
||||
from .scan import scan_bp
|
||||
|
||||
v1_bp = Blueprint('v1', __name__)
|
||||
v1_bp.register_blueprint(inbound_bp, url_prefix='/inbound')
|
||||
v1_bp.register_blueprint(bom_bp, url_prefix='/bom')
|
||||
v1_bp.register_blueprint(common_bp, url_prefix='/common')
|
||||
v1_bp.register_blueprint(scan_bp, url_prefix='/scan')
|
||||
|
||||
Reference in New Issue
Block a user