forked from erp-dev/erp
feat: added plate order clone
This commit is contained in:
@@ -3,11 +3,20 @@ api_v2 视图包。
|
||||
"""
|
||||
|
||||
from .users import QuickCreateEmployeeUserView
|
||||
from .printing import PrintingJobByCustomerView, PrintingJobV2Serializer
|
||||
from .printing import (
|
||||
PrintingJobByCustomerView,
|
||||
PrintingJobV2Serializer,
|
||||
PrintingJobBatchAdvancePreviewView,
|
||||
PrintingJobBatchAdvanceSubmitView,
|
||||
)
|
||||
from .stateflow import BusinessObjectCloneView
|
||||
|
||||
__all__ = [
|
||||
'QuickCreateEmployeeUserView',
|
||||
'PrintingJobByCustomerView',
|
||||
'PrintingJobV2Serializer',
|
||||
'PrintingJobBatchAdvancePreviewView',
|
||||
'PrintingJobBatchAdvanceSubmitView',
|
||||
'BusinessObjectCloneView',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user