From 2f3f994f7368b9c507687c87b9aadcb25dd5acd1 Mon Sep 17 00:00:00 2001 From: kanade Date: Tue, 25 Feb 2025 10:52:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E6=AE=B5=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp/shipment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp/shipment.go b/erp/shipment.go index 921ad1e..3f2a59d 100644 --- a/erp/shipment.go +++ b/erp/shipment.go @@ -40,7 +40,7 @@ type ShipmentItem struct { PiSerials string `json:"piSerials"` InvoiceSerial string `json:"invoiceSerial"` ContractDate *time.Time `json:"contractDate"` - InvoiceDate time.Time `json:"invoiceDate"` + InvoiceDate *time.Time `json:"invoiceDate"` CustomName string `json:"customName"` CustomShortName string `json:"customShortName"` EstSailingDate *time.Time `json:"estSailingDate"`