IEntityWithDeptPath Interface

表示包含部门路径属性的实体。

Definition

Namespace: QuickAdmin.EntityBase
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
C#
public interface IEntityWithDeptPath

Properties

DeptPath 获取/设置部门路径。此属性通常不映射到表字段。

See Also