1
0
forked from erp-dev/erp

fix: added permission for plate_order and printing_order api

This commit is contained in:
2026-01-14 18:14:22 +08:00
parent fae667c965
commit cae0f8434e
17 changed files with 867 additions and 15 deletions

View File

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