From 77542de578d907a36e2b3d5c0f1c85b2673bde6d Mon Sep 17 00:00:00 2001 From: sian Date: Fri, 10 Feb 2023 14:01:53 +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 --- supplier/afs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/supplier/afs.go b/supplier/afs.go index 94adc87..df04bec 100644 --- a/supplier/afs.go +++ b/supplier/afs.go @@ -55,6 +55,7 @@ func (a *afs) Lists(ctx context.Context, args ArgsAfsLists) (reply ReplyAfsLists type ReplyAfsDetail struct { Id uint `json:"id"` + AuditId uint `json:"auditId"` AfsSn string `json:"afsSn"` Status uint `json:"status"` AuditStatus uint `json:"auditStatus"`