Commit 8a3342bc authored by tangtuo's avatar tangtuo

更新sql

parent e0edaf25
......@@ -32,6 +32,9 @@ public class NftCertificateVo {
@ApiModelProperty("存证时间")
private Date publishTime;
@ApiModelProperty("作者")
private String author;
public NftCertificateVo(Nft nft, User user) {
this.name = nft.getName();
......@@ -39,6 +42,7 @@ public class NftCertificateVo {
this.id = nft.getId();
this.publisher = user.getNickname();
this.publishTime = nft.getPublishTime();
this.author = nft.getAuthor();
}
}
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
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