添加主机配置

This commit is contained in:
lijiahang
2023-09-13 16:37:01 +08:00
parent 973bad39b1
commit a64481582f
17 changed files with 350 additions and 24 deletions

View File

@@ -17,8 +17,12 @@ public interface ErrorMessage {
String INVALID_PARAM = "参数验证失败";
String DATA_MODIFIED = "数据发生变更, 请刷新后重试";
String DATA_ABSENT = "数据不存在";
String CONFIG_ABSENT = "配置不存在";
String DATA_PRESENT = "数据已存在";
String NAME_PRESENT = "名称已存在";