Commit 9fd07281 by jianan

前端对接问题修复11

parent cff716bb
...@@ -114,9 +114,21 @@ public class ApiExpectedFortunePageResponse { ...@@ -114,9 +114,21 @@ public class ApiExpectedFortunePageResponse {
private String fortuneType; private String fortuneType;
/** /**
* 应出账金额 * 转介人介绍费占比
*/ */
@Schema(description = "应出账金额") @Schema(description = "转介人介绍费占比")
private String brokerRatio;
/**
* 标准出佣金额
*/
@Schema(description = "标准出佣金额")
private BigDecimal standardAmount;
/**
* 应出账金额(预计发佣金额 = 标准发佣金额 * 转介人介绍费占比)
*/
@Schema(description = "应出账金额(预计发佣金额 = 标准发佣金额 * 转介人介绍费占比)")
private BigDecimal amount; private BigDecimal amount;
/** /**
......
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