feat: 数据分组服务实现.

This commit is contained in:
lijiahang
2023-11-08 18:18:18 +08:00
parent 1b4ca8e85a
commit bc0fa08518
26 changed files with 675 additions and 1212 deletions

View File

@@ -57,6 +57,8 @@ public interface ErrorMessage {
String HOST_ABSENT = "主机不存在";
String GROUP_ABSENT = "分组不存在";
String UNABLE_OPERATE_ADMIN_ROLE = "无法操作管理员账号";
String UNSUPPORTED_CHARSET = "不支持的编码 [{}]";