Commit 477ad0a9 by jianan

新单跟进150

parent 32b93dba
......@@ -109,7 +109,7 @@ public class ApiExpectedFortunePageResponse {
* 待出账金额
*/
@Schema(description = "待出账金额")
private BigDecimal unPaidAmount;
private BigDecimal unpaidAmount;
/**
* 发佣比例 已发佣金额/应发佣金额
......
......@@ -137,8 +137,8 @@ public class ExpectedFortune implements Serializable {
/**
* 待出账金额
*/
@TableField("un_paid_amount")
private BigDecimal unPaidAmount;
@TableField("unpaid_amount")
private BigDecimal unpaidAmount;
/**
* 发佣比例 已发佣金额/应发佣金额
......
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