From c6110b3b0637fa123100d5fe086aa10a677270ee Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 17 Oct 2022 17:15:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply/afterService.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/supply/afterService.go b/supply/afterService.go index 656b51b..4fec33a 100644 --- a/supply/afterService.go +++ b/supply/afterService.go @@ -30,14 +30,12 @@ type RetailHistorySearch struct { type RetailHistoryItem struct { Id uint `json:"id"` - Img string `json:"img"` AfterServiceSn uint64 `json:"afterServiceSn"` OrderSn uint64 `json:"orderSn"` Name string `json:"name"` Quantity uint `json:"quantity"` Status uint `json:"status"` Reason string `json:"reason"` - Result string `json:"result"` CreatedAt int64 `json:"createdAt"` UpdatedAt int64 `json:"updatedAt"` Source string `json:"source"`