KKSU
2024-07-08 7f6893cba272075352acc2ebb5a3a04ac75c91f0
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;
}