| | |
| | | package com.best.javaSdk.kdTraceQuery.response; |
| | | |
| | | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | |
| | | @ApiModel(value = "TraceLogs", description = "信息返回类") |
| | | public class TraceLogs { |
| | | @ApiModelProperty(value = "运单号", example = "60850007041815") |
| | | private String mailNo; |
| | | @ApiModelProperty(value = "订单号", example = "60850007041815") |
| | | private String txLogisticId; |
| | | @ApiModelProperty(value = "重量,单位 kg ", example = "60850007041815") |
| | | private double weight; |
| | | @ApiModelProperty(value = "快递物流详情", example = "60850007041815") |
| | | private Traces traces; |
| | | |
| | | public String getMailNo() |