This commit is contained in:
邹宗楠
2023-07-10 15:47:58 +08:00
parent 4772bd8c59
commit e18934396c
2 changed files with 48 additions and 0 deletions

View File

@@ -109,3 +109,42 @@ type RefundOrderFinish struct {
OrderFrom string `json:"order_from"` // 订单来源渠道
BizSubRefundId string `json:"biz_sub_refund_id"` // 退款业务子单号
}
type GoodsScarceRefund struct {
Income string `json:"income"`
SubDiscountMerchantItemFee string `json:"sub_discount_merchant_item_fee"`
AfterRefund string `json:"afterRefund"`
Discount string `json:"discount"`
SubRefundItemFee string `json:"sub_refund_item_fee"`
ScenarioGroup string `json:"scenarioGroup"`
SaleUnit string `json:"saleUnit"`
RefundPostFee string `json:"refundPostFee"`
RefundPlatformFee string `json:"refundPlatformFee"`
SkuName string `json:"skuName"`
Wdkrfqr interface{} //`json:"wdkrfqr"`
SkuBrandSubsidyFee string `json:"skuBrandSubsidyFee"`
RefundSaleQuantity string `json:"refundSaleQuantity"`
Wdkrc interface{} //`json:"wdkrc"`
Price string `json:"price"`
OrderClient string `json:"orderClient"`
Wdkdfqrrr string `json:"wdkdfqrrr"`
RefundTotalSubCount string `json:"refundTotalSubCount"`
DiscountMerchantFee string `json:"discount_merchant_fee"`
SkuMerchantOfflineSubsidyFee string `json:"skuMerchantOfflineSubsidyFee"`
Barcode string `json:"barcode"`
RefundExpectRefundQuantity string `json:"refundExpectRefundQuantity"`
WdkRefundSource string `json:"wdkRefundSource"`
TbBizOrderId string `json:"tbBizOrderId"`
Wdkrfqrmemo string `json:"wdkrfqrmemo"`
GmtDisputeEndTime string `json:"gmtDisputeEndTime"`
SubDiscountPlatformBrandItemFee string `json:"sub_discount_platform_brand_item_fee"`
DiscountPlatformFee string `json:"discount_platform_fee"`
StockUnit string `json:"stockUnit"`
TbBizParentId string `json:"tbBizParentId"`
SubRefundFee string `json:"sub_refund_fee"`
SubDiscountPlatformChannelItemFee string `json:"sub_discount_platform_channel_item_fee"`
SubDiscountPlatformAgentItemFee string `json:"sub_discount_platform_agent_item_fee"`
WeightItem string `json:"weightItem"`
SubDiscountPlatformItemFee string `json:"sub_discount_platform_item_fee"`
SkuMerchantOnlineSubsidyFee string `json:"skuMerchantOnlineSubsidyFee"`
}