| | |
| | | import java.io.Serializable; |
| | | |
| | | /** |
| | | * 预计时效配置列表返回 |
| | | * 预计时效配置(列表返回) |
| | | * @author rk |
| | | * @date 2026/04/08 |
| | | */ |
| | |
| | | @ApiModelProperty(value = "城市主键") |
| | | private Integer cityId; |
| | | |
| | | @ApiModelProperty(value = "配送里程(公里)") |
| | | private String distance; |
| | | @ApiModelProperty(value = "类型:1=标速达;2=极速达") |
| | | private Integer fieldA; |
| | | |
| | | @ApiModelProperty(value = "配送时长(小时)") |
| | | private String duration; |
| | | @ApiModelProperty(value = "起送里程(公里)") |
| | | private String startDistance; |
| | | |
| | | @ApiModelProperty(value = "起送时长") |
| | | private String startTime; |
| | | |
| | | @ApiModelProperty(value = "续送里程(公里)") |
| | | private String continueDistance; |
| | | |
| | | @ApiModelProperty(value = "续送时长") |
| | | private String continueTime; |
| | | } |