Commit 88a2e828 authored by hanfeng's avatar hanfeng

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

parents a70ddc62 c9e018b2
...@@ -88,10 +88,23 @@ public class HomeActivities implements Serializable { ...@@ -88,10 +88,23 @@ public class HomeActivities implements Serializable {
* 活动页面链接 * 活动页面链接
*/ */
@Column(name = "url") @Column(name = "url")
@ApiModelProperty(value = "活动页面链接") @ApiModelProperty(value = "安卓链接")
private String url; private String url;
/**
* 活动页面链接
*/
@Column(name = "ios_url")
@ApiModelProperty(value = "小程序链接")
private String iosUrl;
/**
* 活动页面链接
*/
@Column(name = "p_url")
@ApiModelProperty(value = "苹果面链接")
private String pUrl;
/** /**
* 是否删除:0-否,1-是 * 是否删除:0-否,1-是
...@@ -105,6 +118,4 @@ public class HomeActivities implements Serializable { ...@@ -105,6 +118,4 @@ public class HomeActivities implements Serializable {
*/ */
@Column(name = "time_type") @Column(name = "time_type")
private Integer timeType; private Integer timeType;
} }
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