fix
Helius
2024-03-11 078930456bedf641e53e45981ee8830c7eeda9d5
src/main/java/cc/mrbird/febs/mall/dto/AdminAgentAmountDto.java
@@ -9,4 +9,8 @@
public class AdminAgentAmountDto {
    private String agentAmountValue;
    private String giveState;
    private String activityBulletin;
    private String giveAmount;
    private String chargeAmount;
}