1
0
forked from erp-dev/erp

fix: appversions

This commit is contained in:
2026-07-11 00:05:05 +08:00
parent 48e4782e1e
commit e91d06e4b6
26 changed files with 2582 additions and 19 deletions

View File

@@ -15,6 +15,7 @@ from .views import (
ShipmentDeliveryBindShipmentsView,
ShipmentDeliveryByPrintingOrderView,
ShipmentDeliveryDetailView,
ShipmentDeliveryPrintingJobListView,
ShipmentDeliveryListCreateView,
ShipmentDeliveryCancelView,
ShipmentDeliveryStatusUpdateView,
@@ -22,6 +23,7 @@ from .views import (
ShipmentListCreateView,
ShipmentDetailView,
ShipmentExternalCreateView,
ShipmentPrintingJobListView,
)
__all__ = [
@@ -36,6 +38,7 @@ __all__ = [
'ShipmentDeliveryBindShipmentsView',
'ShipmentDeliveryByPrintingOrderView',
'ShipmentDeliveryDetailView',
'ShipmentDeliveryPrintingJobListView',
'ShipmentDeliveryListCreateView',
'ShipmentDeliveryCancelView',
'ShipmentDeliveryStatusUpdateView',
@@ -43,4 +46,5 @@ __all__ = [
'ShipmentListCreateView',
'ShipmentDetailView',
'ShipmentExternalCreateView',
'ShipmentPrintingJobListView',
]