forked from erp-dev/erp
fix: added merchant_id to printing_order and plate_order
This commit is contained in:
8
api_v1/views/shipment/__init__.py
Normal file
8
api_v1/views/shipment/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
Shipment API 模块
|
||||
|
||||
提供出货单和销售品相关的 API 接口
|
||||
"""
|
||||
from .views import SalesItemByPrintingOrderView
|
||||
|
||||
__all__ = ['SalesItemByPrintingOrderView']
|
||||
Reference in New Issue
Block a user