LAPTOP-T815PCOQ\25526
2024-11-20 f56f083a7e59e58dd44913b11ce4e959fb0475cc
SourceCode/Bond/BondEq/DBManager/UserManager.h
@@ -41,6 +41,8 @@
    bool changeUserRole(const std::string& username, UserRole newRole);
    bool changeUserSessionTimeout(const std::string& username, int newTimeoutMinutes);
    bool changeUserSessionExpiration(const std::string& username, int newExpirationHours);
    std::vector<std::string> getUsernames();
    std::vector<std::string> getUserInfo(const std::string& username);
    // 会话文件操作
    bool loadSession();     // 从会话文件加载会话信息