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"`