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