📝 修改密钥.

This commit is contained in:
lijiahang
2024-05-17 12:26:01 +08:00
parent c85ab97cc5
commit a9dd8f2f36
75 changed files with 163 additions and 163 deletions

View File

@@ -139,7 +139,7 @@ public interface DataExtraApi {
Integer deleteByRelId(DataExtraTypeEnum type, Long relId);
/**
* 删除主机
* 删除主机
*
* @param keyId keyId
* @return effect

View File

@@ -20,9 +20,9 @@ public enum DataPermissionTypeEnum {
HOST_GROUP(true, "主机分组"),
/**
* 主机
* 主机
*/
HOST_KEY(true, "主机"),
HOST_KEY(true, "主机"),
/**
* 主机身份

View File

@@ -43,7 +43,7 @@ public interface DataExtraDAO extends IMapper<DataExtraDO> {
}
/**
* 删除主机
* 删除主机
*
* @param keyId keyId
* @return effect