|  |  | 
 |  |  | package com.moral.api.service; | 
 |  |  |  | 
 |  |  | import java.util.List; | 
 |  |  |  | 
 |  |  | import com.moral.api.entity.Organization; | 
 |  |  | import com.baomidou.mybatisplus.extension.service.IService; | 
 |  |  | import com.moral.api.pojo.dto.organization.OrganizationDTO; | 
 |  |  | 
 |  |  |     OrganizationQueryDTO queryOrganization(OrganizationQueryForm organizationQueryForm); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * @Description: 根据条件查询组织 | 
 |  |  |      * @Param: [form] | 
 |  |  |      * @return: com.moral.api.pojo.dto.organization.OrganizationQueryNamesDTO | 
 |  |  |      * @Author: 陈凯裕 | 
 |  |  |      * @Date: 2021/5/6 | 
 |  |  |      */ | 
 |  |  |     OrganizationQueryNamesDTO queryNames(OrganizationQueryNamesForm form); | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |     * @Description: 根据条件查询组织 | 
 |  |  |             * @Param: [form] | 
 |  |  |             * @return: com.moral.api.pojo.dto.organization.OrganizationQueryNamesDTO | 
 |  |  |             * @Author: 陈凯裕 | 
 |  |  |             * @Date: 2021/5/6 | 
 |  |  |             */ | 
 |  |  |      OrganizationQueryNamesDTO queryNames(OrganizationQueryNamesForm form); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |      * @Description: 根据父组织获取所有子组织 | 
 |  |  |      * @Param: [] | 
 |  |  |      * @return: java.util.List<com.moral.api.entity.Organization> | 
 |  |  |      * @Author: 陈凯裕 | 
 |  |  |      * @Date: 2021/4/14 | 
 |  |  |      */ | 
 |  |  |     List<Organization> getAllChildrenOrganization(Integer parentId); | 
 |  |  | } |