Commit 0ce196e1 authored by hanfeng's avatar hanfeng

Merge branch 'master-bug-vehiclemodel-hf' into dev

parents abb24719 2b9bf66e
......@@ -186,4 +186,8 @@ public class VehicleModel implements Serializable {
@Column(name = "app_show")
@ApiModelProperty("是否在App展示")
private Integer appShow;
@Column(name = "panorama_url")
@ApiModelProperty("全景vr链接")
private String panoramaUrl;
}
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