|
|
@ -56,6 +56,26 @@ public class AppModelConfigDetailsVo implements Vo { |
|
|
|
@ApiModelProperty(value = "保险杠") |
|
|
|
private String bumper; |
|
|
|
|
|
|
|
@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 configuringBao; |
|
|
|
|
|
|
|