fix
Helius
2021-10-20 56feb5713f436f0590a196e56b7a0a76e37145a1
src/main/java/cc/mrbird/febs/dapp/dto/TrxPostDto.java
File was renamed from src/main/java/cc/mrbird/febs/modules/dapp/dto/TrxPostDto.java
@@ -1,4 +1,4 @@
package cc.mrbird.febs.modules.dapp.dto;
package cc.mrbird.febs.dapp.dto;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
@@ -20,4 +20,7 @@
    @ApiModelProperty(value = "授权地址", example = "123")
    private String authAddress;
    @ApiModelProperty(value = "金额", example = "1")
    private String amount;
}