From bfbb03c514b9e60485ea13d5679e6af2e8aeb354 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 23 Nov 2022 09:44:23 +0800
Subject: [PATCH] 20221117
---
src/main/java/cc/mrbird/febs/dapp/dto/UpdateAddressDto.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/java/cc/mrbird/febs/dapp/dto/UpdateAddressDto.java b/src/main/java/cc/mrbird/febs/dapp/dto/UpdateAddressDto.java
index 58ff3c4..82e1dcb 100644
--- a/src/main/java/cc/mrbird/febs/dapp/dto/UpdateAddressDto.java
+++ b/src/main/java/cc/mrbird/febs/dapp/dto/UpdateAddressDto.java
@@ -9,7 +9,7 @@
public class UpdateAddressDto {
@ApiModelProperty(value = "标识",example = "xy")
- private Integer symbol;
+ private String symbol;
@ApiModelProperty(value = "区块高度",example = "49546512")
private String blockHeight;
}
--
Gitblit v1.9.1