Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fzm-joying
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
lei
fzm-joying
Commits
767bab7a
Commit
767bab7a
authored
Jul 23, 2021
by
tangtuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nft详情页面加入封面
parent
b5d16b08
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
NftVo.java
...-common/src/main/java/com/fzm/common/entity/vo/NftVo.java
+4
-0
application.yml
joying-portal/src/main/resources/application.yml
+1
-1
No files found.
joying-common/src/main/java/com/fzm/common/entity/vo/NftVo.java
View file @
767bab7a
...
...
@@ -23,6 +23,9 @@ public class NftVo {
@ApiModelProperty
(
"名称"
)
private
String
name
;
@ApiModelProperty
(
"封面"
)
private
String
cover
;
@ApiModelProperty
(
"类目"
)
private
String
category
;
...
...
@@ -80,6 +83,7 @@ public class NftVo {
this
.
isArchives
=
nft
.
getIsArchives
();
this
.
isGrant
=
nft
.
getIsGrant
();
this
.
userId
=
nft
.
getUserId
();
this
.
cover
=
nft
.
getCover
();
this
.
collection
=
false
;
}
}
joying-portal/src/main/resources/application.yml
View file @
767bab7a
spring
:
profiles
:
active
:
local
active
:
test
application
:
name
:
joying-portal
servlet
:
...
...
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