From 14a92a60f61aec52e43f79be183769cda44fb0d9 Mon Sep 17 00:00:00 2001 From: sian Date: Tue, 6 Dec 2022 13:20:12 +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 | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/supply/afterService.go b/supply/afterService.go index af32f8a..ad66beb 100644 --- a/supply/afterService.go +++ b/supply/afterService.go @@ -77,16 +77,17 @@ type ReplyAfsLists struct { } type AfsItem struct { - Id uint `json:"id"` - AfsSn string `json:"afsSn"` - OrderSubSn string `json:"orderSubSn"` - SourceId uint `json:"sourceId"` - SkuName string `json:"skuName"` - Quantity uint `json:"quantity"` - Status uint `json:"status"` - Result string `json:"result"` - CreatedAt int64 `json:"createdAt"` - UpdatedAt int64 `json:"updatedAt"` + Id uint `json:"id"` + AfsSn string `json:"afsSn"` + OrderSubSn string `json:"orderSubSn"` + SourceId uint `json:"sourceId"` + SkuName string `json:"skuName"` + Quantity uint `json:"quantity"` + Status uint `json:"status"` + Result string `json:"result"` + Price decimal.Decimal `json:"price"` + CreatedAt int64 `json:"createdAt"` + UpdatedAt int64 `json:"updatedAt"` } // Lists @Title 售后列表