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
541f79d8
Commit
541f79d8
authored
Jul 28, 2021
by
tangtuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台管理系统加上nft列表加上封面
parent
837b634e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
NftListVo.java
...mon/src/main/java/com/fzm/common/entity/vo/NftListVo.java
+3
-0
NftMapper.xml
joying-common/src/main/resources/mapper/NftMapper.xml
+1
-0
No files found.
joying-common/src/main/java/com/fzm/common/entity/vo/NftListVo.java
View file @
541f79d8
...
...
@@ -38,4 +38,7 @@ public class NftListVo {
@ApiModelProperty
(
"0-下架 1-上架"
)
private
Integer
status
;
@ApiModelProperty
(
"封面"
)
private
String
cover
;
}
joying-common/src/main/resources/mapper/NftMapper.xml
View file @
541f79d8
...
...
@@ -34,6 +34,7 @@
n.theme,
n.`status`,
n.is_top,
n.cover,
n.publish_time,
u.nickname AS publisherNickname,
u.telephone AS publisherAccount,
...
...
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