Commit b2b0364c authored by wlx@33.cn's avatar wlx@33.cn

外部通证列表添加"溯源哈希"

parent 0311eff4
...@@ -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