HxOrgExternalMemberModel class
- Annotations
-
- @JsonSerializable(explicitToJson: true, includeIfNull: false)
Constructors
- HxOrgExternalMemberModel.new(int? mainId, int? orgId, int? toMemberId, String? email, String? company, String? userTel, String? landline, String? userName, String? depposition, String? birthday, String? gender, String? authority, int? createUserId)
-
HxOrgExternalMemberModel.fromJson(Map<
String, dynamic> srcJson) -
factory
- HxOrgExternalMemberModel.init({int? mainId, int? orgId, int? toMemberId, String? email, String? company, String? userTel, String? landline, String? userName, String? depposition, String? birthday, String? gender, String? authority, int? createUserId})
Properties
-
成员权限:E企业可见;U个人可见
getter/setter pair
- birthday ↔ String?
-
生日
getter/setter pair
- company ↔ String?
-
公司
getter/setter pair
- createUserId ↔ int?
-
创建记录的用户id
getter/setter pair
- depposition ↔ String?
-
职位
getter/setter pair
- email ↔ String?
-
邮箱
getter/setter pair
- gender ↔ String?
-
性别 性别:1 男;2 女;3 未知
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- landline ↔ String?
-
座机
getter/setter pair
- mainId ↔ int?
-
外部联系人id( 主键)
getter/setter pair
- orgId ↔ int?
-
企业id
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toMemberId ↔ int?
-
归属人userid
getter/setter pair
- userName ↔ String?
-
姓名
getter/setter pair
- userTel ↔ String?
-
手机
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