package com.moral.service; import java.util.Set; public interface OrganizationService { Set getChildOrganizationIds(Integer orgId); }