|
|
@ -87,6 +87,7 @@ type AfsPackageSend struct {
|
|
|
|
LogisticsCompany string `json:"logisticsCompany"`
|
|
|
|
LogisticsCompany string `json:"logisticsCompany"`
|
|
|
|
WaybillCode string `json:"waybillCode"`
|
|
|
|
WaybillCode string `json:"waybillCode"`
|
|
|
|
SendGoodsDate int64 `json:"sendGoodsDate"`
|
|
|
|
SendGoodsDate int64 `json:"sendGoodsDate"`
|
|
|
|
|
|
|
|
Address string `json:"address"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Detail @Title 售后详情
|
|
|
|
// Detail @Title 售后详情
|
|
|
|