Commit 2c68ae4e authored by tangtuo's avatar tangtuo

我的收藏页面加上封面

parent b6390098
......@@ -53,6 +53,9 @@ public class NftVo {
@ApiModelProperty("文件地址")
private String fileUrl;
@ApiModelProperty("nft哈希")
private String nftHash;
@ApiModelProperty("发行时间")
private String publishTime;
......@@ -96,6 +99,7 @@ public class NftVo {
this.collection = false;
this.fileName = nft.getFileName();
this.fileUrl = nft.getFileUrl();
this.isCommemorate= nft.getIsCommemorate();
this.isCommemorate = nft.getIsCommemorate();
this.nftHash = nft.getNftHash();
}
}
......@@ -15,6 +15,7 @@
<select id="getCollectionList" resultType="com.fzm.common.entity.vo.CollectionNftVo">
select a.id,
a.name,
a.cover,
a.theme,
a.nft_id,
a.is_commemorate,
......
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