Commit c432f8ec authored by liaoanyuan's avatar liaoanyuan

管理端广告查询新增返回字段image

parent 26c9a457
...@@ -38,6 +38,12 @@ public class BannerDto { ...@@ -38,6 +38,12 @@ public class BannerDto {
@ApiModelProperty(value = "网址",name = "website") @ApiModelProperty(value = "网址",name = "website")
private String website; private String website;
/**
* 广告图片url
*/
@ApiModelProperty(value = "广告图片url",name = "image")
private String image;
/** /**
* 更新时间 * 更新时间
*/ */
......
...@@ -55,6 +55,12 @@ ...@@ -55,6 +55,12 @@
<version>2.2.0</version> <version>2.2.0</version>
</dependency> </dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.6.0</version>
</dependency>
<!--pdf导出 --> <!--pdf导出 -->
<dependency> <dependency>
<groupId>com.itextpdf</groupId> <groupId>com.itextpdf</groupId>
......
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