VVT789
2025-02-25 fd42c6e903ddc976d3b8f1bdf9d3128753b8af98
1
2
3
4
5
6
7
8
9
package com.zhitan.common.constant;
 
/**
 * @Author DYL
 **/
public class MessageConstant {
 
    public static final String KNOWLEDGE_BASE_NOT_EXIST = "知识库信息不存在";
}