HxOrgSelfRoleModel class
- Annotations
-
- @JsonSerializable(explicitToJson: true, includeIfNull: false)
Constructors
-
HxOrgSelfRoleModel.new(int? memberId, int? orgId, String? auth, List<
int> ? deptIds, int? adminDeptId, String? adminDeptName) -
HxOrgSelfRoleModel.fromJson(Map<
String, dynamic> srcJson) -
factory
-
HxOrgSelfRoleModel.init({int? memberId, int? orgId, String? auth, List<
int> ? deptIds, int? adminDeptId, String? adminDeptName})
Properties
- adminDeptId ↔ int?
-
当前管理的部门
getter/setter pair
- adminDeptName ↔ String?
-
当前管理部门的名称 如果为企业管理员会返回企业名称
getter/setter pair
- auth ↔ String?
-
权限;C企业创建人 E企业管理员 D部门管理员 M普通成员
getter/setter pair
-
deptIds
↔ List<
int> ? -
管理部门id数组
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- memberId ↔ int?
-
成员id
getter/setter pair
- orgId ↔ int?
-
企业id
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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