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