package com.example.client.entity; public interface ICompanyLevel { Long getCompanyId(); void setCompanyId(Long companyId); Long getTenantId(); void setTenantId(Long tenantId); }