LAPTOP-SNT8I5JK\Boounion
2025-06-19 7a60f2a3404220dcbc05e2e06fd7f3a6e51d5a4a
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();     // 从会话文件加载会话信息