Commit 767bab7a authored by tangtuo's avatar tangtuo

nft详情页面加入封面

parent b5d16b08
......@@ -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;
}
}
spring:
profiles:
active: local
active: test
application:
name: joying-portal
servlet:
......
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