合并主机额外配置.

This commit is contained in:
lijiahang
2024-04-19 10:18:56 +08:00
parent 33cfb13342
commit 714940bdcf
23 changed files with 173 additions and 221 deletions

View File

@@ -9,8 +9,4 @@ package com.orion.ops.module.infra.constant;
*/
public interface DataExtraItems {
String ALIAS = "alias";
String COLOR = "color";
}

View File

@@ -136,8 +136,7 @@ public class DataExtraServiceImpl implements DataExtraService {
.stream()
.collect(Collectors.toMap(DataExtraDO::getRelId,
DataExtraDO::getValue,
Functions.right())
);
Functions.right()));
}
@Override