Commit bf4d511b authored by hezhen's avatar hezhen

Merge branch 'master-chw' into dev-chw

parents 12baa343 6faecd4a
...@@ -163,6 +163,17 @@ public class VehicleApply { ...@@ -163,6 +163,17 @@ public class VehicleApply {
@ApiModelProperty("是否删除:0-正常;1-删除") @ApiModelProperty("是否删除:0-正常;1-删除")
private Integer isDel; private Integer isDel;
@Column(name = "vin")
@ApiModelProperty("车架号")
private String vin;
@Column(name = "engine_num")
@ApiModelProperty("发动机号")
private String engineNum;
@Transient @Transient
@ApiModelProperty("扩展信息list") @ApiModelProperty("扩展信息list")
private List<VehicleExtensionVO> extensionVOS; private List<VehicleExtensionVO> extensionVOS;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment