|
|
@ -77,17 +77,18 @@ type ReplyAfsLists struct {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type AfsItem struct {
|
|
|
|
type AfsItem struct {
|
|
|
|
Id uint `json:"id"`
|
|
|
|
Id uint `json:"id"`
|
|
|
|
AfsSn string `json:"afsSn"`
|
|
|
|
AfsSn string `json:"afsSn"`
|
|
|
|
OrderSubSn string `json:"orderSubSn"`
|
|
|
|
OrderSubSn string `json:"orderSubSn"`
|
|
|
|
SourceId uint `json:"sourceId"`
|
|
|
|
SourceId uint `json:"sourceId"`
|
|
|
|
SkuName string `json:"skuName"`
|
|
|
|
SourceSkuId string `json:"sourceSkuId"`
|
|
|
|
Quantity uint `json:"quantity"`
|
|
|
|
SkuName string `json:"skuName"`
|
|
|
|
Status uint `json:"status"`
|
|
|
|
Quantity uint `json:"quantity"`
|
|
|
|
Result string `json:"result"`
|
|
|
|
Status uint `json:"status"`
|
|
|
|
Price decimal.Decimal `json:"price"`
|
|
|
|
Result string `json:"result"`
|
|
|
|
CreatedAt int64 `json:"createdAt"`
|
|
|
|
Price decimal.Decimal `json:"price"`
|
|
|
|
UpdatedAt int64 `json:"updatedAt"`
|
|
|
|
CreatedAt int64 `json:"createdAt"`
|
|
|
|
|
|
|
|
UpdatedAt int64 `json:"updatedAt"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Lists @Title 售后列表
|
|
|
|
// Lists @Title 售后列表
|
|
|
|