用户注册
| Fields inherited from class | Fields |
|---|---|
class Register |
STATUS_DISCARDED, STATUS_PASSED, STATUS_REJECTED, STATUS_VERIFYING |
| Type | Name and description |
|---|---|
static Object |
belongsTo |
Long |
companyId普通用户注册申请时,所属公司和机构信息:此时不能为空 |
String |
companyName |
CompanyRegister |
companyRegister机构入驻(域管理员申请账号和机构注册)时,所属的公司申请 |
static Object |
constraints |
String |
email邮箱(登录名) |
Long |
employeeId用户注册成功后,创建的员工ID:此时不能为空 |
static Map |
listFields |
static Object |
mapping |
String |
mobile手机号 |
String |
name姓名 |
Long |
organizationId |
String |
organizationName |
String |
password加密后的密码 |
String |
passwordEver |
static Object |
transients |
| Type | Name and description |
|---|---|
Object |
onLoad() |
普通用户注册申请时,所属公司和机构信息:此时不能为空
机构入驻(域管理员申请账号和机构注册)时,所属的公司申请
邮箱(登录名)
用户注册成功后,创建的员工ID:此时不能为空
手机号
姓名
加密后的密码