forked from erp-dev/erp
feat: prod clean
This commit is contained in:
@@ -20,6 +20,7 @@ from .printing import (
|
||||
from .stateflow import BusinessObjectCloneView
|
||||
from .mission import (
|
||||
ContentTypeListView,
|
||||
MissionByPrintingOrderView,
|
||||
MissionCancelView,
|
||||
MissionCategoryDetailView,
|
||||
MissionCategoryListCreateView,
|
||||
@@ -31,6 +32,7 @@ from .mission import (
|
||||
MissionSetUrgentView,
|
||||
)
|
||||
from .ai import AgentUnshippedShipmentListView, AgentTransportVehicleListView, AgentTransportVehicleDetailView
|
||||
from .shipment_delivery_photo import ShipmentDeliveryPhotoDetailView, ShipmentDeliveryPhotoListCreateView
|
||||
|
||||
__all__ = [
|
||||
'HealthCheckView',
|
||||
@@ -58,7 +60,10 @@ __all__ = [
|
||||
'MissionReplyRejectView',
|
||||
'MissionSetUrgentView',
|
||||
'ContentTypeListView',
|
||||
'MissionByPrintingOrderView',
|
||||
'AgentUnshippedShipmentListView',
|
||||
'AgentTransportVehicleListView',
|
||||
'AgentTransportVehicleDetailView',
|
||||
'ShipmentDeliveryPhotoListCreateView',
|
||||
'ShipmentDeliveryPhotoDetailView',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user