增加接口
This commit is contained in:
parent
dd7895885c
commit
3d8ee2f3e1
@ -328,4 +328,12 @@ public interface IDepartmentBaseService {
|
|||||||
*/
|
*/
|
||||||
Integer countAllByAreaCode(String areaCode);
|
Integer countAllByAreaCode(String areaCode);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 部门列表
|
||||||
|
*
|
||||||
|
* @param departmentNames
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
|
List<DepartmentPO> listPOByNames(List<String> departmentNames);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user