Commit 73812bdb by jianan

新单跟进125

parent 386911c3
...@@ -35,7 +35,7 @@ public class CommissionVO implements Serializable { ...@@ -35,7 +35,7 @@ public class CommissionVO implements Serializable {
* 保费 * 保费
*/ */
@Schema(description = "保费") @Schema(description = "保费")
private BigDecimal premium; private String premium;
/** /**
* 对账公司 * 对账公司
...@@ -71,7 +71,7 @@ public class CommissionVO implements Serializable { ...@@ -71,7 +71,7 @@ public class CommissionVO implements Serializable {
* 当前结算汇率 * 当前结算汇率
*/ */
@Schema(description = "当前结算汇率") @Schema(description = "当前结算汇率")
private BigDecimal exchangeRate; private String exchangeRate;
/** /**
* 来佣金额 * 来佣金额
......
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