修改主机配置策略

This commit is contained in:
lijiahang
2023-09-22 11:48:52 +08:00
parent f5f9cff4d4
commit 9398f0f4fd
11 changed files with 183 additions and 19 deletions

View File

@@ -21,7 +21,9 @@ public interface ErrorMessage {
String DATA_ABSENT = "数据不存在";
String KEY_ABSENT = "秘钥不存在";
String KEY_ABSENT = "主机秘钥不存在";
String IDENTITY_ABSENT = "主机身份不存在";
String CONFIG_ABSENT = "配置不存在";
@@ -51,4 +53,8 @@ public interface ErrorMessage {
String UNABLE_OPERATE_ADMIN_ROLE = "无法操作管理员账号";
String UNSUPPORTED_CHARSET = "不支持的编码 [{}]";
String PASSWORD_MISSING = "请输入密码";
}