| src/main/java/cc/mrbird/febs/dapp/dto/UpdateAddressDto.java | ●●●●● patch | view | raw | blame | history |
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; }