|
|
@ -185,6 +185,7 @@ func (a *afterService) Lists(ctx context.Context, channelId string, args ArgsAft
|
|
|
|
type ReplyAfterServiceDetail struct {
|
|
|
|
type ReplyAfterServiceDetail struct {
|
|
|
|
Id uint `json:"id"`
|
|
|
|
Id uint `json:"id"`
|
|
|
|
AfsSn string `json:"afsSn"`
|
|
|
|
AfsSn string `json:"afsSn"`
|
|
|
|
|
|
|
|
OrderSubSn string `json:"orderSubSn"`
|
|
|
|
Status uint `json:"status"`
|
|
|
|
Status uint `json:"status"`
|
|
|
|
ApproveNotes string `json:"approveNotes"`
|
|
|
|
ApproveNotes string `json:"approveNotes"`
|
|
|
|
Result string `json:"result"`
|
|
|
|
Result string `json:"result"`
|
|
|
|