|
|
@ -34,6 +34,7 @@ type AfsAuditItem struct {
|
|
|
|
Id uint `json:"id"`
|
|
|
|
Id uint `json:"id"`
|
|
|
|
AfsSn uint64 `json:"afsSn"`
|
|
|
|
AfsSn uint64 `json:"afsSn"`
|
|
|
|
OrderSubSn uint64 `json:"orderSubSn"`
|
|
|
|
OrderSubSn uint64 `json:"orderSubSn"`
|
|
|
|
|
|
|
|
SkuName string `json:"skuName"`
|
|
|
|
Status uint `json:"status"`
|
|
|
|
Status uint `json:"status"`
|
|
|
|
Quantity uint `json:"quantity"`
|
|
|
|
Quantity uint `json:"quantity"`
|
|
|
|
OrderSubAfsId uint `json:"orderSubAfsId"`
|
|
|
|
OrderSubAfsId uint `json:"orderSubAfsId"`
|
|
|
@ -41,9 +42,6 @@ type AfsAuditItem struct {
|
|
|
|
Remark string `json:"remark"`
|
|
|
|
Remark string `json:"remark"`
|
|
|
|
Result string `json:"result"`
|
|
|
|
Result string `json:"result"`
|
|
|
|
Notes string `json:"notes"`
|
|
|
|
Notes string `json:"notes"`
|
|
|
|
RefundId uint `json:"refundId"`
|
|
|
|
|
|
|
|
ApplyUserId uint `json:"applyUserId"`
|
|
|
|
|
|
|
|
AuditUserId uint `json:"auditUserId"`
|
|
|
|
|
|
|
|
AuditAt int64 `json:"auditAt"`
|
|
|
|
AuditAt int64 `json:"auditAt"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|