调整保持数据库JSON对象

This commit is contained in:
zhangfan
2024-12-25 16:20:54 +08:00
parent bb36ee422f
commit 52711e7337
2 changed files with 5 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ package com.volvo.ai.analytic.center.enums;
public enum CategoryEnum {
ENTERPRISE_WECHAT("企微", "企微记录"),
PHONE_VOICE("语音", "语音记录"),
PHONE_VOICE("语音", "语音电话"),
OTHER("未知", "未知记录"),
;
private String code;