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"`