forked from erp-dev/erp
feat: agent api complete
This commit is contained in:
@@ -29,7 +29,7 @@ from .mission import (
|
||||
MissionReplyRejectView,
|
||||
MissionSetUrgentView,
|
||||
)
|
||||
from .ai import AgentUnshippedShipmentListView
|
||||
from .ai import AgentUnshippedShipmentListView, AgentTransportVehicleListView, AgentTransportVehicleDetailView
|
||||
|
||||
__all__ = [
|
||||
'HealthCheckView',
|
||||
@@ -57,4 +57,6 @@ __all__ = [
|
||||
'MissionSetUrgentView',
|
||||
'ContentTypeListView',
|
||||
'AgentUnshippedShipmentListView',
|
||||
'AgentTransportVehicleListView',
|
||||
'AgentTransportVehicleDetailView',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user