feat: 主机终端访问.

This commit is contained in:
lijiahang
2023-12-28 19:18:46 +08:00
parent 638fbb9613
commit a1e372148a
22 changed files with 254 additions and 308 deletions

View File

@@ -0,0 +1,32 @@
package com.orion.ops.framework.common.constant;
/**
* 额外字段常量
*
* @author Jiahang Li
* @version 1.0.0
* @since 2023/12/28 18:34
*/
public interface ExtraFieldConst extends FieldConst {
String USER_ID = "userId";
String TRACE_ID = "traceId";
String GROUP_NAME = "groupName";
String ID_LIST = "idList";
String USERNAME = "username";
String STATUS_NAME = "statusName";
String KEY_NAME = "keyName";
String POSITION_NAME = "positionName";
String GRANT_TYPE = "grantType";
String GRANT_NAME = "grantName";
}

View File

@@ -3,7 +3,7 @@ package com.orion.ops.framework.common.entity;
import java.io.Serializable;
/**
* 请求身份
* 请求留痕
*
* @author Jiahang Li
* @version 1.0.0

View File

@@ -20,7 +20,7 @@ public class Requests {
}
/**
* 填充请求身份信息
* 填充请求留痕信息
*
* @param identity identity
*/