From 4abaaddb4d24830857eea53b70be8b0aaca33ea1 Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 6 Mar 2023 15:34:51 +0800 Subject: [PATCH] bug fix --- supplier/afs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/supplier/afs.go b/supplier/afs.go index 10f5e4c..feff909 100644 --- a/supplier/afs.go +++ b/supplier/afs.go @@ -41,6 +41,7 @@ type AfsItem struct { CreatedAt int64 `json:"createdAt"` UpdatedAt int64 `json:"updatedAt"` ReturnAddress []ReturnAddressItem `json:"returnAddress"` + Notes string `json:"notes"` } // Lists @Title 售后列表