|
|
@ -24,6 +24,10 @@ public class BaseVehicleExportVo implements Vo { |
|
|
|
private String purchaseSystemName; |
|
|
|
@ExportEntityMap(CnName = "车型(配置简述)", EnName = "modelName") |
|
|
|
private String modelName; |
|
|
|
@ExportEntityMap(CnName = "车型编码", EnName = "vehicleTypeCode") |
|
|
|
private String vehicleTypeCode; |
|
|
|
@ExportEntityMap(CnName = " 配置编码", EnName = "configCode") |
|
|
|
private String configCode; |
|
|
|
@ExportEntityMap(CnName = "厂家库龄", EnName = "libraryAge") |
|
|
|
private Long libraryAge; |
|
|
|
@ExportEntityMap(CnName = "公司库龄", EnName = "orgLibraryAge") |
|
|
@ -150,6 +154,8 @@ public class BaseVehicleExportVo implements Vo { |
|
|
|
private String certificateStateValue; |
|
|
|
@ExportEntityMap(CnName = "常用配置名称", EnName = "configName") |
|
|
|
private String configName; |
|
|
|
@ExportEntityMap(CnName = "创建组织名称", EnName = "createOrgNameNew") |
|
|
|
private String createOrgNameNew; |
|
|
|
@ExportEntityMap(CnName = "是否问题车", EnName = "isProblemVeh") |
|
|
|
private String isProblemVeh; |
|
|
|
@ExportEntityMap(CnName = "发动机型号", EnName = "engineTypeValue") |
|
|
|