feat(erp): 添加订舱单混装导出类型常量

- 新增 ExportTypeShipmentMixed 常量用于订舱单混装导出功能
- 为混装导出场景提供统一的类型标识符
This commit is contained in:
2026-08-06 15:16:58 +08:00
parent fa1c5afdbb
commit 67cd17a0ef

View File

@@ -65,6 +65,7 @@ const (
ExportTypeShipment = "shipment" // 订舱导出
ExportTypeShipmentModify = "shipmentModify" // 订舱修改单导出
ExportTypeShipmentInfo = "shipmentInfo" // 出运明细导出
ExportTypeShipmentMixed = "shipmentMixed" // 订舱单混装导出
ExportTypeSerial = "serial" // 商检导出
ExportTypeCustoms = "customs" // 报关导出
ExportTypeExchangeSettlement = "exchangeSettlement" // 结汇导出