From 67cd17a0eff1e82dc3616330741e08ec809dff28 Mon Sep 17 00:00:00 2001 From: kanade Date: Thu, 6 Aug 2026 15:16:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(erp):=20=E6=B7=BB=E5=8A=A0=E8=AE=A2?= =?UTF-8?q?=E8=88=B1=E5=8D=95=E6=B7=B7=E8=A3=85=E5=AF=BC=E5=87=BA=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=B8=B8=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 ExportTypeShipmentMixed 常量用于订舱单混装导出功能 - 为混装导出场景提供统一的类型标识符 --- erp/constant.go | 1 + 1 file changed, 1 insertion(+) diff --git a/erp/constant.go b/erp/constant.go index 74afabd..6a5adf8 100644 --- a/erp/constant.go +++ b/erp/constant.go @@ -65,6 +65,7 @@ const ( ExportTypeShipment = "shipment" // 订舱导出 ExportTypeShipmentModify = "shipmentModify" // 订舱修改单导出 ExportTypeShipmentInfo = "shipmentInfo" // 出运明细导出 + ExportTypeShipmentMixed = "shipmentMixed" // 订舱单混装导出 ExportTypeSerial = "serial" // 商检导出 ExportTypeCustoms = "customs" // 报关导出 ExportTypeExchangeSettlement = "exchangeSettlement" // 结汇导出