package com.engine.sship.service; import com.engine.sship.entity.ChartChildrensVO; /** * @author apple */ public interface OrgChartService { /** * @Description: 集团组织人员图 * @Author: liang.cheng * @Date: 2024/1/3 10:07 AM * @param: [] * @return: com.engine.sship.entity.ChartChildrensVO */ ChartChildrensVO selectResourceChart(); }