增加接口

This commit is contained in:
wanggeng 2022-08-12 00:04:19 +08:00
parent dd7895885c
commit 3d8ee2f3e1

View File

@ -328,4 +328,12 @@ public interface IDepartmentBaseService {
*/
Integer countAllByAreaCode(String areaCode);
/**
* 部门列表
*
* @param departmentNames
* @return
*/
List<DepartmentPO> listPOByNames(List<String> departmentNames);
}