|
@@ -103,6 +103,9 @@ public class CompanyVoiceRoboticCallLogCallphone extends BaseEntity{
|
|
|
@Excel(name = "花费金额")
|
|
@Excel(name = "花费金额")
|
|
|
private BigDecimal cost;
|
|
private BigDecimal cost;
|
|
|
|
|
|
|
|
|
|
+ @Excel(name = "外呼类型")
|
|
|
|
|
+ private Integer callType;
|
|
|
|
|
+
|
|
|
@TableField(exist = false)
|
|
@TableField(exist = false)
|
|
|
private String companyName;
|
|
private String companyName;
|
|
|
|
|
|