Skip to main content
Version: 3.9

DepartmentV2 部门用户

1. 结构声明

class DepartmentV2 extends BaseNode {
name: string;
managerOnly: boolean = false;
}