Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
V
volunteer_service
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
licc
volunteer_service
Commits
c432f8ec
Commit
c432f8ec
authored
Feb 04, 2021
by
liaoanyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
管理端广告查询新增返回字段image
parent
26c9a457
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
BannerDto.java
...model/src/main/java/cn/wisenergy/model/dto/BannerDto.java
+6
-0
pom.xml
wisenergy-service/pom.xml
+6
-0
No files found.
wisenergy-model/src/main/java/cn/wisenergy/model/dto/BannerDto.java
View file @
c432f8ec
...
...
@@ -38,6 +38,12 @@ public class BannerDto {
@ApiModelProperty
(
value
=
"网址"
,
name
=
"website"
)
private
String
website
;
/**
* 广告图片url
*/
@ApiModelProperty
(
value
=
"广告图片url"
,
name
=
"image"
)
private
String
image
;
/**
* 更新时间
*/
...
...
wisenergy-service/pom.xml
View file @
c432f8ec
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment