From f5b2dc86d142c0a25f10612a2b91a392d394a3db Mon Sep 17 00:00:00 2001 From: kanade Date: Wed, 19 Mar 2025 14:46:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp/shipment.go | 1 + 1 file changed, 1 insertion(+) diff --git a/erp/shipment.go b/erp/shipment.go index bdcb56d..f5df013 100644 --- a/erp/shipment.go +++ b/erp/shipment.go @@ -30,6 +30,7 @@ type ShipmentSearch struct { ContractDateStart *time.Time // 合同日期 ContractDateEnd *time.Time // 合同日期 BanFlag int64 // 是否有效 + ShipmentNo string // shipmentNo } type ReplyShipmentList struct { List []ShipmentItem `json:"list"`