package com.moral.service; import java.util.Map; public interface OrganizationSensorsService { Map getSensorsByOrgId(String orgId); }