You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
weaver-develop/src/com/engine/sship/service/OrgChartService.java

21 lines
388 B
Java

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();
}