mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-15 22:06:50 +08:00
11 lines
297 B
Java
11 lines
297 B
Java
package com.xboe.constants;
|
|
|
|
public class CaseAiConstants {
|
|
|
|
public static final String CASE_AI_INDEX_NAME = "ai_chat_messages";
|
|
|
|
public static final String CASE_DOC_UPLOAD_INTERFACE_NAME = "文档上传";
|
|
|
|
public static final String CASE_DOC_DELETE_INTERFACE_NAME = "文档删除";
|
|
}
|