🔨 修改基础查询.

This commit is contained in:
lijiahang
2025-03-28 15:32:08 +08:00
parent 986f0974db
commit d2e72aea56
12 changed files with 108 additions and 3 deletions

View File

@@ -90,6 +90,8 @@ public interface ErrorMessage {
String HOST_NOT_ENABLED = "主机未启用";
String CONFIG_NOT_ENABLED = "配置未启用";
String UNABLE_OPERATE_ADMIN_ROLE = "无法操作管理员账号";
String UNSUPPORTED_CHARSET = "不支持的编码 [{}]";