部署
This commit is contained in:
parent
833c3ff196
commit
9502903793
@ -219,6 +219,7 @@ type ReplyCustoms struct {
|
|||||||
CostAmount decimal.Decimal `json:"costAmount"`
|
CostAmount decimal.Decimal `json:"costAmount"`
|
||||||
CustomsCostAmount decimal.Decimal `json:"customsCostAmount"`
|
CustomsCostAmount decimal.Decimal `json:"customsCostAmount"`
|
||||||
SaleTotalAmount decimal.Decimal `json:"saleTotalAmount"`
|
SaleTotalAmount decimal.Decimal `json:"saleTotalAmount"`
|
||||||
|
CustomsTotalAmount decimal.Decimal `json:"customsTotalAmount"`
|
||||||
Products []CustomsProductItem `json:"products"`
|
Products []CustomsProductItem `json:"products"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user