|
|
@ -32,10 +32,10 @@ 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"`
|
|
|
|
SkuId uint `json:"skuId"`
|
|
|
|
|
|
|
|
SkuName string `json:"skuName"`
|
|
|
|
SkuName string `json:"skuName"`
|
|
|
|
Quantity uint `json:"quantity"`
|
|
|
|
Quantity uint `json:"quantity"`
|
|
|
|
Status uint `json:"status"`
|
|
|
|
Status uint `json:"status"`
|
|
|
|
|
|
|
|
AuditStatus uint `json:"manageStatus"`
|
|
|
|
Result string `json:"result"`
|
|
|
|
Result string `json:"result"`
|
|
|
|
OrderFee decimal.Decimal `json:"orderFee"`
|
|
|
|
OrderFee decimal.Decimal `json:"orderFee"`
|
|
|
|
CreatedAt int64 `json:"createdAt"`
|
|
|
|
CreatedAt int64 `json:"createdAt"`
|
|
|
|