xiaoyong931011
2023-05-29 9924cb338d1774e97c4b6baaf54c42a22f416c07
src/main/java/cc/mrbird/febs/dapp/dto/ActiveDto.java
@@ -21,4 +21,8 @@
    @NotNull(message = "参数错误")
    @ApiModelProperty(value = "交易哈希")
    private String txHash;
    @NotNull(message = "参数错误")
    @ApiModelProperty(value = "激活数量")
    private Integer count;
}