forked from erp-dev/erp
feat: batch update for plate order
This commit is contained in:
5
api_v1/views/mingdaoyun/__init__.py
Normal file
5
api_v1/views/mingdaoyun/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""MingdaoYun related API views."""
|
||||
|
||||
from .plate_order_staging import MDYPlateOrderStagingViewSet
|
||||
|
||||
__all__ = ["MDYPlateOrderStagingViewSet"]
|
||||
Reference in New Issue
Block a user