修改结汇
This commit is contained in:
parent
8f4259fdd9
commit
adfe4a7a0d
@ -16,31 +16,32 @@ type ArgsGiftSearch struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type GiftItem struct {
|
type GiftItem struct {
|
||||||
Id int64 `json:"id"`
|
Id int64 `json:"id"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
EngName string `json:"engName"`
|
EngName string `json:"engName"`
|
||||||
CustomsName string `json:"customsName"`
|
CustomsName string `json:"customsName"`
|
||||||
CustomsSerial string `json:"customsSerial"`
|
CustomsSerial string `json:"customsSerial"`
|
||||||
CustomsMeasureUnit string `json:"customsMeasureUnit"`
|
CustomsMeasureUnit string `json:"customsMeasureUnit"`
|
||||||
CustomsInvoiceUnit string `json:"customsInvoiceUnit"`
|
CustomsInvoiceUnit string `json:"customsInvoiceUnit"`
|
||||||
CustomsDetail string `json:"customsDetail"`
|
CustomsDetail string `json:"customsDetail"`
|
||||||
ShipmentCount int64 `json:"shipmentCount"`
|
ShipmentCount int64 `json:"shipmentCount"`
|
||||||
ShipmentCountUnit string `json:"shipmentCountUnit"`
|
ShipmentCountUnit string `json:"shipmentCountUnit"`
|
||||||
OuterBoxCount int64 `json:"outerBoxCount"`
|
OuterBoxCount int64 `json:"outerBoxCount"`
|
||||||
TotalVolume decimal.Decimal `json:"totalVolume"`
|
TotalVolume decimal.Decimal `json:"totalVolume"`
|
||||||
TotalGrossWeight decimal.Decimal `json:"totalGrossWeight"`
|
TotalGrossWeight decimal.Decimal `json:"totalGrossWeight"`
|
||||||
TotalNetWeight decimal.Decimal `json:"totalNetWeight"`
|
TotalNetWeight decimal.Decimal `json:"totalNetWeight"`
|
||||||
CustomsPrice decimal.Decimal `json:"customsPrice"`
|
CustomsPrice decimal.Decimal `json:"customsPrice"`
|
||||||
CustomsAmount decimal.Decimal `json:"customsAmount"`
|
CustomsAmount decimal.Decimal `json:"customsAmount"`
|
||||||
DomesticSupply string `json:"domesticSupply"`
|
DomesticSupply string `json:"domesticSupply"`
|
||||||
TaxExemption string `json:"taxExemption"`
|
TaxExemption string `json:"taxExemption"`
|
||||||
ContainerNumber string `json:"containerNumber"`
|
ContainerNumber string `json:"containerNumber"`
|
||||||
SealNumber string `json:"sealNumber"`
|
SealNumber string `json:"sealNumber"`
|
||||||
Remark string `json:"remark"`
|
Remark string `json:"remark"`
|
||||||
Sort int64 `json:"sort"`
|
Sort int64 `json:"sort"`
|
||||||
IsSerial int64 `json:"isSerial"`
|
IsSerial int64 `json:"isSerial"`
|
||||||
IsCustoms int64 `json:"isCustoms"`
|
IsCustoms int64 `json:"isCustoms"`
|
||||||
CreatedAt *time.Time `json:"createdAt"`
|
IsExchangeSettlement int64 `json:"isExchangeSettlement"`
|
||||||
|
CreatedAt *time.Time `json:"createdAt"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// All @TITLE 全部赠品
|
// All @TITLE 全部赠品
|
||||||
|
@ -80,6 +80,7 @@ type SaleProductItem struct {
|
|||||||
PurchaseAmount decimal.Decimal `json:"purchaseAmount"`
|
PurchaseAmount decimal.Decimal `json:"purchaseAmount"`
|
||||||
IsSerial int64 `json:"isSerial"`
|
IsSerial int64 `json:"isSerial"`
|
||||||
IsCustoms int64 `json:"isCustoms"`
|
IsCustoms int64 `json:"isCustoms"`
|
||||||
|
IsExchangeSettlement int64 `json:"isExchangeSettlement"`
|
||||||
CreatedAt *time.Time `json:"createdAt"`
|
CreatedAt *time.Time `json:"createdAt"`
|
||||||
UpdatedAt *time.Time `json:"updatedAt"`
|
UpdatedAt *time.Time `json:"updatedAt"`
|
||||||
Children []*SaleProductItem `json:"children"`
|
Children []*SaleProductItem `json:"children"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user