This commit is contained in:
dute7liang
2024-01-14 16:44:25 +08:00
parent 852b5e08de
commit 986bee0b0f
7 changed files with 100 additions and 29 deletions

View File

@@ -59,11 +59,11 @@ public class UserCall implements Serializable {
/**
* 通话金额
*/
private BigDecimal callAmount;
private Long callAmount;
/**
* 通话收入
*/
private BigDecimal callIncome;
private Long callIncome;
/**
* 客户对女神的评分
*/