修改字典值逻辑.

This commit is contained in:
lijiahang
2023-10-17 11:33:48 +08:00
parent b246515558
commit f13395f351
18 changed files with 261 additions and 44 deletions

View File

@@ -51,6 +51,8 @@ public interface ErrorMessage {
String MAX_LOGIN_FAILED = "登陆失败次数已上限";
String HISTORY_ABSENT = "历史值不存在";
String USER_ABSENT = "用户不存在";
String HOST_ABSENT = "主机不存在";