forked from erp-dev/erp
feat: shipment customer aou
This commit is contained in:
@@ -4,16 +4,20 @@ Shipment API 模块
|
||||
提供出货单和销售品相关的 API 接口
|
||||
"""
|
||||
from .views import (
|
||||
SalesItemByCustomerView,
|
||||
SalesItemByPrintingOrderView,
|
||||
SalesItemCreateView,
|
||||
ShipmentSalesItemCustomerListView,
|
||||
ShipmentListCreateView,
|
||||
ShipmentDetailView,
|
||||
ShipmentExternalCreateView,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
'SalesItemByCustomerView',
|
||||
'SalesItemByPrintingOrderView',
|
||||
'SalesItemCreateView',
|
||||
'ShipmentSalesItemCustomerListView',
|
||||
'ShipmentListCreateView',
|
||||
'ShipmentDetailView',
|
||||
'ShipmentExternalCreateView',
|
||||
|
||||
Reference in New Issue
Block a user