""" Shipment API 模块 提供出货单和销售品相关的 API 接口 """ from .views import SalesItemByPrintingOrderView __all__ = ['SalesItemByPrintingOrderView']