Browse Source

车型配置管理增加字段展示

zhanglei
God 2 years ago
parent
commit
dfc430a8bc
  1. 19
      anrui-base/anrui-base-api/src/main/java/com/yxt/anrui/base/api/basevehicle/ExiCarConfigDetailVo.java
  2. 18
      anrui-base/anrui-base-biz/src/main/java/com/yxt/anrui/base/biz/basevehicle/BaseVehicleMapper.xml

19
anrui-base/anrui-base-api/src/main/java/com/yxt/anrui/base/api/basevehicle/ExiCarConfigDetailVo.java

@ -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")

18
anrui-base/anrui-base-biz/src/main/java/com/yxt/anrui/base/biz/basevehicle/BaseVehicleMapper.xml

@ -528,6 +528,15 @@
bmc.hubMaterial,
bmc.tireCover,
bmc.configuringBao,
bmc.clutchValue,
bmc.dirMachineValue,
bmc.proponsValue,
bmc.doorAndWindowValue,
bmc.doorLockValue,
bmc.headlightValue,
bmc.boardPedalValue,
bmc.steerWheelValue,
bmc.storagBatteryValue,
bmc.otherConfig,
bmc.configName,
bvm.vehicleAlias,
@ -586,6 +595,15 @@
bmc.hubMaterial,
bmc.tireCover,
bmc.configuringBao,
bmc.clutchValue,
bmc.dirMachineValue,
bmc.proponsValue,
bmc.doorAndWindowValue,
bmc.doorLockValue,
bmc.headlightValue,
bmc.boardPedalValue,
bmc.steerWheelValue,
bmc.storagBatteryValue,
bmc.otherConfig,
bmc.configName,
bvm.vehicleAlias,

Loading…
Cancel
Save