zhaohai666 opened a new pull request, #528: URL: https://github.com/apache/rocketmq-dashboard/pull/528
## Summary Add 10 domain model classes for ACL permission control and user account management scenarios. ## New Model Files & Descriptions 1. `model/ACLPolicy.java` Data model of complete ACL permission policy rules 2. `model/ACLUser.java` Basic model for ACL authorized user 3. `model/AccessControlList.java` Root wrapper model containing full ACL list configuration 4. `model/Acl2PolicyContext.java` Context carrier for v2 ACL policy runtime verification 5. `model/AclInfo.java` Simplified DTO for ACL overview display 6. `model/Policy.java` Single permission policy entity definition 7. `model/PolicyRequest.java` Request body model for creating or updating ACL policies 8. `model/User.java` Core user persistence model 9. `model/UserInfo.java` Complete metadata model of system user 10. `model/UserInfoDto.java` Frontend-facing DTO for user list & detail page rendering ## Note All models cover the full business domain of ACL permission management and system user operations. -- 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]
