1
0
forked from erp-dev/erp

feat: prod clean

This commit is contained in:
2026-05-01 22:43:22 +08:00
parent 1afcfde151
commit d7b388e935
19 changed files with 1198 additions and 134 deletions

View File

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