Commit 541f79d8 authored by tangtuo's avatar tangtuo

后台管理系统加上nft列表加上封面

parent 837b634e
......@@ -38,4 +38,7 @@ public class NftListVo {
@ApiModelProperty("0-下架 1-上架")
private Integer status;
@ApiModelProperty("封面")
private String cover;
}
......@@ -34,6 +34,7 @@
n.theme,
n.`status`,
n.is_top,
n.cover,
n.publish_time,
u.nickname AS publisherNickname,
u.telephone AS publisherAccount,
......
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