zhaohai666 opened a new pull request, #531:
URL: https://github.com/apache/rocketmq-dashboard/pull/531

   ## Summary
   Add 5 model classes including user management request DTOs and login-related 
data structures for authentication module.
   
   ## Model Files & Descriptions
   1. `model/request/UserCreateRequest.java`
   Request DTO for creating new system user accounts
   2. `model/request/UserInfoParam.java`
   Query parameter model for filtering and querying user list
   3. `model/request/UserUpdateRequest.java`
   Request DTO for modifying existing user information
   4. `model/LoginInfo.java`
   Request model carrying username and password for login authentication
   5. `model/LoginResult.java`
   Response DTO returned after successful login, containing token, user role 
and identity info
   
   ## Note
   These models cover all authentication and user CRUD request/response data 
structures.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to