4g挂牌对接,可以接收到 心跳日志, 上传的音频文件 ,保存到数据库和本地文件

This commit is contained in:
ZLI263
2025-11-30 21:16:47 +08:00
parent 9344846772
commit 153c8bfaf1
33 changed files with 3418 additions and 36 deletions

View File

@@ -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;
}