VVT789
2025-03-22 4952a35c90e2d09a27900c0bfaf014972b7753d9
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 = "知识库信息不存在";
}