|
@@ -13,8 +13,10 @@ import lombok.Data;
|
|
|
@Data
|
|
@Data
|
|
|
@ApiModel(value = "行驶证用户信息")
|
|
@ApiModel(value = "行驶证用户信息")
|
|
|
public class CardUserInfo {
|
|
public class CardUserInfo {
|
|
|
|
|
+ @ApiModelProperty("总质量")
|
|
|
private String grossMass;
|
|
private String grossMass;
|
|
|
private String approvedLoad;
|
|
private String approvedLoad;
|
|
|
|
|
+ @ApiModelProperty("车牌号")
|
|
|
private String plateNo;
|
|
private String plateNo;
|
|
|
private String plateType;
|
|
private String plateType;
|
|
|
private String remark;
|
|
private String remark;
|
|
@@ -31,19 +33,30 @@ public class CardUserInfo {
|
|
|
private String approvedPassengersCapacity;
|
|
private String approvedPassengersCapacity;
|
|
|
private String backOcrID;
|
|
private String backOcrID;
|
|
|
private String motorTypeCode;
|
|
private String motorTypeCode;
|
|
|
|
|
+
|
|
|
private String motorUsageTypeCode;
|
|
private String motorUsageTypeCode;
|
|
|
|
|
+
|
|
|
|
|
+ @ApiModelProperty("车辆识别代号")
|
|
|
private String vIN;
|
|
private String vIN;
|
|
|
|
|
+
|
|
|
|
|
+ @ApiModelProperty("发证日期")
|
|
|
private String issueDate;
|
|
private String issueDate;
|
|
|
|
|
+
|
|
|
private String tractionMass;
|
|
private String tractionMass;
|
|
|
|
|
+
|
|
|
|
|
+ @ApiModelProperty("注册日期")
|
|
|
private String registerDate;
|
|
private String registerDate;
|
|
|
|
|
|
|
|
- //新增 核定载质量
|
|
|
|
|
|
|
+ @ApiModelProperty("核定载质量")
|
|
|
private String limitLoad;
|
|
private String limitLoad;
|
|
|
- //新增 使用性质
|
|
|
|
|
|
|
+
|
|
|
|
|
+ @ApiModelProperty("使用性质")
|
|
|
private String useNature;
|
|
private String useNature;
|
|
|
- //新增 车辆类型
|
|
|
|
|
|
|
+
|
|
|
|
|
+ @ApiModelProperty("车辆类型")
|
|
|
private String category;
|
|
private String category;
|
|
|
- //新增 车辆用途
|
|
|
|
|
|
|
+
|
|
|
|
|
+ @ApiModelProperty("车辆用途")
|
|
|
private String vehicleUse;
|
|
private String vehicleUse;
|
|
|
|
|
|
|
|
//add 车主 lig 2023-09-21
|
|
//add 车主 lig 2023-09-21
|