From 43d4aea2782949aedcca81efb8543ad5a2849cd0 Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 21 Nov 2022 16:20:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9E=E5=8F=91=E8=B4=A7=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply/order.go | 1 + 1 file changed, 1 insertion(+) diff --git a/supply/order.go b/supply/order.go index ed147da..8b0446b 100644 --- a/supply/order.go +++ b/supply/order.go @@ -128,6 +128,7 @@ type RetailOrderItem struct { PayTime int64 `json:"payTime"` FinishAt int64 `json:"finishAt"` CloseAt int64 `json:"closeAt"` + StockOutAt int64 `json:"stockOutAt"` } type ReplyRetailOrderLists struct {