|
|
@ -90,6 +90,25 @@ public class ExiCarConfigDetailVo implements Vo { |
|
|
|
private String tireCover; |
|
|
|
@ApiModelProperty(value = "配置包") |
|
|
|
private String configuringBao; |
|
|
|
@ApiModelProperty("离合器value") |
|
|
|
private String clutchValue; |
|
|
|
@ApiModelProperty("方向机value") |
|
|
|
private String dirMachineValue; |
|
|
|
@ApiModelProperty("前桥value") |
|
|
|
private String proponsValue; |
|
|
|
@ApiModelProperty("门窗value") |
|
|
|
private String doorAndWindowValue; |
|
|
|
@ApiModelProperty("门锁value") |
|
|
|
private String doorLockValue; |
|
|
|
@ApiModelProperty("大灯value") |
|
|
|
private String headlightValue; |
|
|
|
@ApiModelProperty("上车踏板value") |
|
|
|
private String boardPedalValue; |
|
|
|
@ApiModelProperty("方向盘value") |
|
|
|
private String steerWheelValue; |
|
|
|
@ApiModelProperty("蓄电池value") |
|
|
|
private String storagBatteryValue; |
|
|
|
|
|
|
|
@ApiModelProperty(value = "更多配置") |
|
|
|
private String otherConfig; |
|
|
|
@ApiModelProperty(value = "车型sid") |
|
|
|