From 3354c1823a85625e6d6704868e7e63899624fdfe Mon Sep 17 00:00:00 2001 From: sian Date: Thu, 8 Dec 2022 15:45:19 +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/channel/afterService.go | 1 + 1 file changed, 1 insertion(+) diff --git a/supply/channel/afterService.go b/supply/channel/afterService.go index bf76683..befce94 100644 --- a/supply/channel/afterService.go +++ b/supply/channel/afterService.go @@ -185,6 +185,7 @@ func (a *afterService) Lists(ctx context.Context, channelId string, args ArgsAft type ReplyAfterServiceDetail struct { Id uint `json:"id"` AfsSn string `json:"afsSn"` + OrderSubSn string `json:"orderSubSn"` Status uint `json:"status"` ApproveNotes string `json:"approveNotes"` Result string `json:"result"`