事件处理逻辑完善
This commit is contained in:
@@ -34,4 +34,10 @@ public interface RemoteDeptService {
|
||||
*/
|
||||
List<RemoteDeptVo> selectDeptsByList();
|
||||
|
||||
/**
|
||||
* 根据部门id查询部门信息
|
||||
* @param deptId 部门id
|
||||
* @return 返回部门信息
|
||||
*/
|
||||
RemoteDeptVo selectDeptVoById(Long deptId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user