public class BusinessDetailModel extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
callId
通话记录id
|
private Date |
createTime
创建时间
|
private Integer |
creatorId
创建人
|
private String |
creatorName
创建人名称
|
private Integer |
customerId
客户id
|
private String |
customerName
客户名称
|
private String[] |
customerTel
客户号码数组
|
private com.fasterxml.jackson.databind.node.ArrayNode |
customize
自定义字段
|
private Integer |
id
业务记录id
|
private Integer |
modifierId
修改人
|
private String |
modifierName
修改人名称
|
private BusinessOperationLogModel[] |
operationLogs
操作日志数组
|
private Integer |
source
来源
|
private String |
topic
业务记录主题
|
private Date |
updateTime
修改时间
|
| 构造器和说明 |
|---|
BusinessDetailModel() |
private Integer id
private Integer customerId
private String customerName
private String[] customerTel
private String topic
private Integer creatorId
private String creatorName
private Integer modifierId
private String modifierName
private Integer source
private com.fasterxml.jackson.databind.node.ArrayNode customize
private BusinessOperationLogModel[] operationLogs
private Date createTime
private Date updateTime
private String callId
public String getCallId()
public void setCallId(String callId)
public Integer getId()
public void setId(Integer id)
public Integer getCustomerId()
public void setCustomerId(Integer customerId)
public String getCustomerName()
public void setCustomerName(String customerName)
public String[] getCustomerTel()
public void setCustomerTel(String[] customerTel)
public String getTopic()
public void setTopic(String topic)
public Integer getCreatorId()
public void setCreatorId(Integer creatorId)
public String getCreatorName()
public void setCreatorName(String creatorName)
public Integer getModifierId()
public void setModifierId(Integer modifierId)
public String getModifierName()
public void setModifierName(String modifierName)
public Integer getSource()
public void setSource(Integer source)
public com.fasterxml.jackson.databind.node.ArrayNode getCustomize()
public void setCustomize(com.fasterxml.jackson.databind.node.ArrayNode customize)
public BusinessOperationLogModel[] getOperationLogs()
public void setOperationLogs(BusinessOperationLogModel[] operationLogs)
public Date getCreateTime()
public void setCreateTime(Date createTime)
public Date getUpdateTime()
public void setUpdateTime(Date updateTime)
Copyright © 2024. All rights reserved.