HxOrgDeptModel class

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Constructors

HxOrgDeptModel(int? mainId, int? pid, int? orgId, String? deptName, int? isDeptGroup, int? isDeptGroupChild, int? sort, List? deptAdminUser, String? deptGroupName, int? deptGroupMasterUser, String? deptGroupMasterUserName, Map? pDept, List? deptAdminUserName, List<int>? deptAdmin)
HxOrgDeptModel.fromJson(Map<String, dynamic> srcJson)
factory
HxOrgDeptModel.init({int? mainId, int? pid, int? orgId, String? deptName, int? isDeptGroup, int? isDeptGroupChild, int? sort, List? deptAdminUser, String? deptGroupName, int? deptGroupMasterUser, String? deptGroupMasterUserName, Map? pDept, List? deptAdminUserName, List<int>? deptAdmin})

Properties

deptAdmin List<int>?
管理员id数组(创建部门使用)
getter/setter pair
deptAdminUser List?
管理员数组
getter/setter pair
deptAdminUserName List?
部门管理员名称
getter/setter pair
deptGroupMasterUser int?
群主成员id
getter/setter pair
deptGroupMasterUserName String?
群主成员名称
getter/setter pair
deptGroupName String?
部门群名称
getter/setter pair
deptName String?
部门名称
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isDeptGroup int?
是否有部门群:0=无;1=有
getter/setter pair
isDeptGroupChild int?
是否包含子部门:0= 无;1=有
getter/setter pair
mainId int?
部门id( 主键)
getter/setter pair
orgId int?
企业id
getter/setter pair
pDept Map?
父部门信息
getter/setter pair
pid int?
父部门id
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sort 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.
inherited