init
This commit is contained in:
@@ -59,11 +59,11 @@ public class UserCall implements Serializable {
|
||||
/**
|
||||
* 通话金额
|
||||
*/
|
||||
private BigDecimal callAmount;
|
||||
private Long callAmount;
|
||||
/**
|
||||
* 通话收入
|
||||
*/
|
||||
private BigDecimal callIncome;
|
||||
private Long callIncome;
|
||||
/**
|
||||
* 客户对女神的评分
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user