SysDeptTypeId Property

获取/设置部门类型 Id。

Definition

Namespace: QuickAdmin.Entity
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.33
C#
public virtual int? TypeId { get; set; }

Property Value

int?

Remarks

此属性默认没有启用。
可通过重写 DeptService.GetAvailableDeptTypesAsync() 启用之。

See Also