KKSU
2023-12-15 5eed9d5001fb6e8a7af4e16f1bf0c43cafadf403
src/main/java/cc/mrbird/febs/mall/dto/CashOutSettingDto.java
@@ -6,7 +6,7 @@
/**
 *
 *
 * {"minCashOut":100,"allCashOut":5000,"serviceFee":0.3,"workingDays":1}
 * {"minCashOut":100,"allCashOut":5000,"serviceFee":0.3,"workingDays":1,"insideFee":5}
 *
 *
 */
@@ -20,4 +20,12 @@
    private BigDecimal serviceFee;
    //提现时间 1:工作日 2:每一天
    private Integer workingDays;
    //互转手续费率
    private Integer insideFee;
    private String urlStr;
    private String verifyIp;
    private String verifyPort;
    private String fkzh;
    private String customerId;
    private String softwareId;
}