UserBean constructor
UserBean({})
Implementation
UserBean({
this.id,
this.staffId,
this.fromUserId,
this.fromStaffId,
this.region,
this.rmId,
this.createTime,
this.updateTime,
this.status,
this.isActive,
this.cc,
this.mobile,
this.name,
this.password,
this.salt,
this.score,
this.label,
this.gender,
this.age,
});