Commit d6560e72 authored by libin's avatar libin

通用配置

parent 5386575d
package com.xxfc.platform.app.entity.vo; package com.xxfc.platform.app.entity.vo;
import lombok.Data; import lombok.Data;
import java.math.BigDecimal; import java.math.BigDecimal;
/** /**
...@@ -20,7 +21,7 @@ public class WithDrawRuleVo { ...@@ -20,7 +21,7 @@ public class WithDrawRuleVo {
/** /**
* 提现手续费率 * 提现手续费率
*/ */
private Double proceduReates; private BigDecimal proceduReates;
/** /**
* 月额度 * 月额度
...@@ -46,5 +47,4 @@ public class WithDrawRuleVo { ...@@ -46,5 +47,4 @@ public class WithDrawRuleVo {
* 规则说明 * 规则说明
*/ */
private String description; private String description;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment