Commit c432f8ec authored by liaoanyuan's avatar liaoanyuan

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

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