Commit 39c742d0 authored by hanfeng's avatar hanfeng

修改精彩活动

parent 4c0cbec3
...@@ -75,7 +75,7 @@ public class ActivityManagement { ...@@ -75,7 +75,7 @@ public class ActivityManagement {
*/ */
@Column(name = "picture") @Column(name = "picture")
@ApiModelProperty(value = "活动图片") @ApiModelProperty(value = "活动图片")
private Integer picture; private String picture;
/** /**
* 活动类型 * 活动类型
...@@ -89,5 +89,5 @@ public class ActivityManagement { ...@@ -89,5 +89,5 @@ public class ActivityManagement {
*/ */
@Column(name = "url") @Column(name = "url")
@ApiModelProperty(value = "活动页面链接") @ApiModelProperty(value = "活动页面链接")
private Integer url; private String url;
} }
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