Commit 2c68ae4e authored by tangtuo's avatar tangtuo

我的收藏页面加上封面

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