DeptInfo class

部门信息

Constructors

DeptInfo({String? departmentID, String? faceURL, String? name, String? parentID, int? order, int? departmentType, int? createTime, int? subDepartmentNum, int? memberNum, String? ex, String? attachedInfo, String? relatedGroupID})
DeptInfo.fromJson(Map<String, dynamic> json)

Properties

attachedInfo String?
附加信息
getter/setter pair
createTime int?
创建时间
getter/setter pair
departmentID String?
部门id
getter/setter pair
departmentType int?
部门类型
getter/setter pair
ex String?
扩展字段
getter/setter pair
faceURL String?
头像
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
memberNum int?
成员数量
getter/setter pair
name String?
显示名
getter/setter pair
order int?
排序方式
getter/setter pair
parentID String?
上一级部门id
getter/setter pair
relatedGroupID String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subDepartmentNum int?
子部门数量
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override