refactor: 使用 Crane4j 优化在线用户数据填充

This commit is contained in:
2024-05-14 20:42:43 +08:00
parent 6396e9a736
commit cb811350f3
4 changed files with 29 additions and 10 deletions

View File

@@ -41,6 +41,11 @@ public class ContainerConstants extends ContainerPool {
*/
public static final String ROLE_DEPT_ID_LIST = "RoleDeptIdList";
/**
* 在线用户最后活跃时间
*/
public static final String ONLINE_USER_LAST_ACTIVE_TIME = "OnlineUserLastActiveTime";
private ContainerConstants() {
}
}