From dfc430a8bc521d3b7a671c4740b5030faf5729b5 Mon Sep 17 00:00:00 2001 From: God <10745413@qq.com> Date: Thu, 2 Nov 2023 10:21:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E5=9E=8B=E9=85=8D=E7=BD=AE=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B5=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/basevehicle/ExiCarConfigDetailVo.java | 19 +++++++++++++++++++ .../biz/basevehicle/BaseVehicleMapper.xml | 18 ++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/anrui-base/anrui-base-api/src/main/java/com/yxt/anrui/base/api/basevehicle/ExiCarConfigDetailVo.java b/anrui-base/anrui-base-api/src/main/java/com/yxt/anrui/base/api/basevehicle/ExiCarConfigDetailVo.java index 0785a92b17..ca35c76ea5 100644 --- a/anrui-base/anrui-base-api/src/main/java/com/yxt/anrui/base/api/basevehicle/ExiCarConfigDetailVo.java +++ b/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") diff --git a/anrui-base/anrui-base-biz/src/main/java/com/yxt/anrui/base/biz/basevehicle/BaseVehicleMapper.xml b/anrui-base/anrui-base-biz/src/main/java/com/yxt/anrui/base/biz/basevehicle/BaseVehicleMapper.xml index 9e9adf21d5..2d308a2fc0 100644 --- a/anrui-base/anrui-base-biz/src/main/java/com/yxt/anrui/base/biz/basevehicle/BaseVehicleMapper.xml +++ b/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,