forked from erp-dev/erp
feat: added n-to-1 relation between sales_order_item and printing_job model
This commit is contained in:
@@ -3,6 +3,11 @@ api_v2 视图包。
|
||||
"""
|
||||
|
||||
from .users import QuickCreateEmployeeUserView
|
||||
from .printing import PrintingJobByCustomerView, PrintingJobV2Serializer
|
||||
|
||||
__all__ = ['QuickCreateEmployeeUserView']
|
||||
__all__ = [
|
||||
'QuickCreateEmployeeUserView',
|
||||
'PrintingJobByCustomerView',
|
||||
'PrintingJobV2Serializer',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user