1
0
forked from erp-dev/erp

feat: agent api complete

This commit is contained in:
2026-04-15 00:20:13 +08:00
parent 714d6287fe
commit 4f3109546d
9 changed files with 553 additions and 6 deletions

View File

@@ -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',
]