From cccc84c73e13306f06cf3b7634d62f55fc8d4285 Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 5 Dec 2022 16:02:20 +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 | 1 + supply/channel/afterService.go | 1 + 2 files changed, 2 insertions(+) diff --git a/supply/afterService.go b/supply/afterService.go index 965e117..6ca3af4 100644 --- a/supply/afterService.go +++ b/supply/afterService.go @@ -167,6 +167,7 @@ type ReplyAfterServiceDetail struct { Id uint `json:"id"` AfsSn string `json:"afsSn"` Status uint `json:"status"` + ApproveNotes string `json:"approveNotes"` Result string `json:"result"` CreatedAt int64 `json:"createdAt"` UpdatedAt int64 `json:"updatedAt"` diff --git a/supply/channel/afterService.go b/supply/channel/afterService.go index eceb20a..bf76683 100644 --- a/supply/channel/afterService.go +++ b/supply/channel/afterService.go @@ -186,6 +186,7 @@ type ReplyAfterServiceDetail struct { Id uint `json:"id"` AfsSn string `json:"afsSn"` Status uint `json:"status"` + ApproveNotes string `json:"approveNotes"` Result string `json:"result"` CreatedAt int64 `json:"createdAt"` UpdatedAt int64 `json:"updatedAt"`