|
@@ -58,18 +58,29 @@ public class CarInfoVo {
|
|
|
/**
|
|
/**
|
|
|
* @Date 2023-03-15
|
|
* @Date 2023-03-15
|
|
|
*/
|
|
*/
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * @see com.ydtech.constants.enums.dict.insurance.EnergyType
|
|
|
|
|
+ */
|
|
|
@ApiModelProperty(value = "能源种类")
|
|
@ApiModelProperty(value = "能源种类")
|
|
|
private String energyType;
|
|
private String energyType;
|
|
|
|
|
+
|
|
|
@ApiModelProperty(value = "总质量")
|
|
@ApiModelProperty(value = "总质量")
|
|
|
private String vehicleweight;
|
|
private String vehicleweight;
|
|
|
@ApiModelProperty(value = "核定载质量")
|
|
@ApiModelProperty(value = "核定载质量")
|
|
|
private String limitLoad;
|
|
private String limitLoad;
|
|
|
@ApiModelProperty(value = "年款")
|
|
@ApiModelProperty(value = "年款")
|
|
|
private String caryear;
|
|
private String caryear;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * @see com.ydtech.constants.enums.dict.insurance.VehicleType
|
|
|
|
|
+ */
|
|
|
@ApiModelProperty(value = "车辆种类")
|
|
@ApiModelProperty(value = "车辆种类")
|
|
|
private String cimodelclass;
|
|
private String cimodelclass;
|
|
|
|
|
+
|
|
|
@ApiModelProperty(value = "燃料类型")
|
|
@ApiModelProperty(value = "燃料类型")
|
|
|
private String powertype;
|
|
private String powertype;
|
|
|
|
|
+
|
|
|
@ApiModelProperty(value = "排量(和exhaustScale区分开)")
|
|
@ApiModelProperty(value = "排量(和exhaustScale区分开)")
|
|
|
private String enginedesc;
|
|
private String enginedesc;
|
|
|
private String displacement;
|
|
private String displacement;
|
|
@@ -101,10 +112,19 @@ public class CarInfoVo {
|
|
|
private String firstBeneMan;
|
|
private String firstBeneMan;
|
|
|
@ApiModelProperty(value = "是否有车牌号(判断是否是新车)")
|
|
@ApiModelProperty(value = "是否有车牌号(判断是否是新车)")
|
|
|
private boolean noLicenseFlag;
|
|
private boolean noLicenseFlag;
|
|
|
- @ApiModelProperty(value = "车辆类型(A0代表客车)")
|
|
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * @see com.ydtech.constants.enums.dict.insurance.TrafficManagementVehicleType
|
|
|
|
|
+ */
|
|
|
|
|
+ @ApiModelProperty(value = "车辆类型")
|
|
|
private String cartype;
|
|
private String cartype;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * @see com.ydtech.constants.enums.dict.insurance.NatureOfVehicleUse
|
|
|
|
|
+ */
|
|
|
@ApiModelProperty(value = "使用性质(8A家庭自用8B非营运)")
|
|
@ApiModelProperty(value = "使用性质(8A家庭自用8B非营运)")
|
|
|
private String carnature;
|
|
private String carnature;
|
|
|
|
|
+
|
|
|
@ApiModelProperty(value = "所属性质(1个人 2企业 3机关)")
|
|
@ApiModelProperty(value = "所属性质(1个人 2企业 3机关)")
|
|
|
private String property;
|
|
private String property;
|
|
|
@ApiModelProperty(value = "发动机功率")
|
|
@ApiModelProperty(value = "发动机功率")
|