Commit 136cd261 by 墨竹

refactor:增加注释

parent b1c81845
......@@ -9,7 +9,11 @@ import com.gic.haoban.manage.api.dto.DepartmentShortDTO;
import java.util.List;
public interface DepartmentApiService {
/**
* 部门列表-父列表
* @param parentId
* @return
*/
List<DepartmentDTO> listByParentId(String parentId);
/**
......@@ -155,8 +159,13 @@ public interface DepartmentApiService {
* @return
*/
Integer totalStoreCountByEnterpriseId(String wxEnterpriseId);
/**
* 部门排序列表(子部门)
* @param departmentIdSet
* @param wxEnterpriseId
* @return
*/
List<DepartmentDTO> listSonByDepartmentIds(List<String> departmentIdSet, String wxEnterpriseId);
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment