修改sonar扫出的问题
This commit is contained in:
@@ -8,7 +8,6 @@ package com.volvo.ai.analytic.center.dto;
|
||||
**/
|
||||
|
||||
import lombok.Data;
|
||||
import org.springframework.cloud.context.config.annotation.RefreshScope;
|
||||
|
||||
@Data
|
||||
public class PageDto {
|
||||
|
||||
@@ -2,8 +2,6 @@ package com.volvo.ai.analytic.center.dto.corpus;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* @description IM会话存档消息记录表-湖仓同步表
|
||||
* @author jlu
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
package com.volvo.ai.analytic.center.dto.req;
|
||||
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
package com.volvo.ai.analytic.center.dto.resp;
|
||||
|
||||
import com.volvo.common.core.constant.CommonConstants;
|
||||
import com.volvo.common.core.util.ResultMsg;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,6 +3,7 @@ package com.volvo.ai.analytic.center.enums;
|
||||
public enum CategoryEnum {
|
||||
|
||||
ENTERPRISE_WECHAT("enterprise_wechat", "企微记录"),
|
||||
ENTERPRISE_WECHAT_PORTRAIT("enterprise_wechat_portrait", "企微语料客户画像"),
|
||||
PHONE_VOICE("phone_voice", "语音电话"),
|
||||
PORTRAIT_ALLIN("portrait_allin", "语音电话,用户画像"),
|
||||
NAMEPLATE_VOICE("nameplate_voice", "铭牌"),
|
||||
|
||||
Reference in New Issue
Block a user