Skip to content

Commit

Permalink
Add annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyiwen committed Nov 2, 2018
1 parent 2278f89 commit f0499f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/java/com/yuanbenlian/model/http/MetadataQueryResp.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,14 @@ public class MetadataQueryResp {
* error message
*/
private String msg;
/**
* metadata
*/
private Metadata data;
/**
* Transaction of DNA
*
*/
private Transaction tx;

public String getCode() {
Expand Down

0 comments on commit f0499f6

Please sign in to comment.