From 63ce5b6f715efd7e53adcf1bafc5091fd4af064a Mon Sep 17 00:00:00 2001 From: kanade Date: Fri, 11 Apr 2025 10:33:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp/constant.go | 1 + 1 file changed, 1 insertion(+) diff --git a/erp/constant.go b/erp/constant.go index cac9c74..502a123 100644 --- a/erp/constant.go +++ b/erp/constant.go @@ -50,6 +50,7 @@ const ( ExportTypePurchase = "purchase" // 采购导出 ExportTypeShipment = "shipment" // 订舱导出 ExportTypeShipmentInfo = "shipmentInfo" // 出运明细导出 + ExportTypeShipmentProducts = "shipmentProducts" // 出运商品导出 ExportTypeSerial = "serial" // 商检导出 ExportTypeCustoms = "customs" // 报关导出 ExportTypeExchangeSettlement = "exchangeSettlement" // 结汇导出