@startuml class AppModuleRoleMapping { + AppModuleRoleMapping() + Id : int <> <> + RoleId : int <> <> + ModuleId : int <> <> + TenantId : int <> <> + AllowView : bool <> <> + AllowCreate : bool <> <> + AllowUpdate : bool <> <> + AllowDelete : bool <> <> } AppModuleRoleMapping --> "Role" EmployeeRole AppModuleRoleMapping --> "Module" AppModule AppModuleRoleMapping --> "Tenant" Tenant @enduml