package com.welampiot.service; import com.welampiot.dto.SectionDTO; import java.util.List; import java.util.Map; public interface SectionService { List getAllList(); List getListByPid(Integer pid); List getLIstByPidList(List pidList); }