DeptServiceSetDeptPaths Method

设置列表中各实体的部门路径属性。

Definition

Namespace: QuickAdmin.Service.Admin
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.10
C#
public virtual void SetDeptPaths(
	IList<IDeptRelatedEntityWithDeptPath> deptPathEntities
)

Parameters

deptPathEntities  IListIDeptRelatedEntityWithDeptPath
实体列表。

Implements

IDeptServiceSetDeptPaths(IListIDeptRelatedEntityWithDeptPath)

See Also