fxi
wzy
2022-11-02 6861a79b08b0e855942a9874b44cdf260a0eebc7
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;
}