4g挂牌对接,可以接收到 心跳日志, 上传的音频文件 ,保存到数据库和本地文件
This commit is contained in:
@@ -89,5 +89,13 @@ public class CustomerManagement implements Serializable {
|
||||
@TableField("contact_count")
|
||||
private Integer contactCount;
|
||||
|
||||
@Schema(description = "操作类型")
|
||||
@TableField("operation_type")
|
||||
private String operationType;
|
||||
|
||||
@Schema(description = "客户来源")
|
||||
@TableField("customer_source")
|
||||
private String customerSource;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user