Commit 9d6c6175 authored by wulixian's avatar wulixian

Merge branch 'dev' into 'test'

外部通证列表添加"溯源哈希" See merge request !21
parents 0311eff4 9e58d595
...@@ -55,4 +55,7 @@ public class ExternalTokenDTO implements Serializable { ...@@ -55,4 +55,7 @@ public class ExternalTokenDTO implements Serializable {
@ApiModelProperty(value = "更新时间") @ApiModelProperty(value = "更新时间")
private Long updateTime; private Long updateTime;
@ApiModelProperty(value = "溯源hash")
private String hash;
} }
...@@ -86,6 +86,6 @@ public class ExternalToken implements Serializable { ...@@ -86,6 +86,6 @@ public class ExternalToken implements Serializable {
@TableField(fill = FieldFill.INSERT_UPDATE) @TableField(fill = FieldFill.INSERT_UPDATE)
private Long updateTime; private Long updateTime;
@ApiModelProperty(value = "商户id") @ApiModelProperty(value = "溯源hash")
private String hash; private String hash;
} }
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