2369059705@qq.com
2023-05-17 660d6edadab3c477f85421e3f8c881192c99b97a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.product.org.admin.service.idel;
 
import com.product.core.entity.FieldSetEntity;
import com.product.core.exception.BaseException;
 
/**
 * @Author cheng
 * @Date 2022/3/29 14:00
 * @Desc 组织架构
 */
public interface IOrganizationService {
 
    Object getOrganization(FieldSetEntity fse) throws BaseException;
 
}