@startuml class StatusMaster { + Id : int <> <> + Status : string <> <> + TenantId : int <> <> } StatusMaster --> "Tenant" Tenant @enduml