|
@@ -14,6 +14,9 @@ public class QwUserVoiceLogTotalVo extends BaseEntity {
|
|
|
/** id */
|
|
|
private Long id;
|
|
|
|
|
|
+ @Excel(name = "客服名称")
|
|
|
+ private String companyUserName;
|
|
|
+
|
|
|
/** 外部联系人id */
|
|
|
//@Excel(name = "外部联系人id")
|
|
|
private Long extId;
|
|
@@ -28,6 +31,9 @@ public class QwUserVoiceLogTotalVo extends BaseEntity {
|
|
|
@Excel(name = "企微用户名称")
|
|
|
private String qwUserName;
|
|
|
|
|
|
+ @Excel(name = "企微主体名称")
|
|
|
+ private String corpName;
|
|
|
+
|
|
|
/** 时长秒 */
|
|
|
@Excel(name = "时长秒")
|
|
|
private Long duration;
|
|
@@ -44,6 +50,7 @@ public class QwUserVoiceLogTotalVo extends BaseEntity {
|
|
|
//@Excel(name = "企微id")
|
|
|
private String corpId;
|
|
|
|
|
|
+
|
|
|
/** 公司id */
|
|
|
//@Excel(name = "公司id")
|
|
|
private Long companyId;
|
|
@@ -51,13 +58,10 @@ public class QwUserVoiceLogTotalVo extends BaseEntity {
|
|
|
//@Excel(name = "公司名称")
|
|
|
private String companyName;
|
|
|
|
|
|
- /** 销售用户id */
|
|
|
- //@Excel(name = "销售用户id")
|
|
|
+ /** 客服用户id */
|
|
|
+ //@Excel(name = "客服用户id")
|
|
|
private Long companyUserId;
|
|
|
|
|
|
- //@Excel(name = "销售用户名称")
|
|
|
- private String companyUserName;
|
|
|
-
|
|
|
//接通数量
|
|
|
@Excel(name = "接通数量")
|
|
|
private Long connectCount;
|
|
@@ -73,8 +77,6 @@ public class QwUserVoiceLogTotalVo extends BaseEntity {
|
|
|
|
|
|
private QwUser qwUser;
|
|
|
|
|
|
- private String corpName;
|
|
|
-
|
|
|
public String getCorpName() {
|
|
|
return corpName;
|
|
|
}
|