DeptServiceGetDeptPath Method

获取指定部门的部门路径。

Definition

Namespace: QuickAdmin.Service.Admin
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.10
C#
public virtual string GetDeptPath(
	long deptId
)

Parameters

deptId  long
部门 Id。

Return Value

string
部门路径字符串。

Implements

IDeptServiceGetDeptPath(long)

See Also