邀请记录
| Modifiers | Name | Description |
|---|---|---|
static Integer |
STATUS_DRAFT |
|
static Integer |
STATUS_REGISTERED |
|
static Integer |
STATUS_REGISTERING |
|
static Integer |
STATUS_UNREGISTERED |
|
static Integer |
TYPE_COMPANY |
|
static Integer |
TYPE_USER |
| Type | Name and description |
|---|---|
String |
code邀请码 |
Long |
companyId所属公司 ID |
String |
companyName所属公司名称 |
static Object |
constraints |
String |
createdBy |
Date |
dateCreated时间戳... |
String |
email被邀请人邮箱 |
String |
inviter邀请人 |
String |
inviterContacts邀请人联系方式 |
Date |
lastUpdated |
static Map |
listFields |
static Object |
mapping |
String |
mobile被邀请人手机号 |
String |
name被邀请人 |
String |
notes备注 |
Long |
organizationId所属机构 ID |
String |
organizationName所属机构全名 |
static RegisterService |
registerService |
Integer |
status邀请状态 |
Integer |
type邀请对象 |
String |
updatedBy |
| Type | Name and description |
|---|---|
String |
assembleUrl() |
Object |
beforeSave() |
Object |
beforeUpdate() |
Object |
beforeValidate() |
String |
toString() |
| Methods inherited from class | Name |
|---|---|
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
邀请码
所属公司 ID
所属公司名称
时间戳...
被邀请人邮箱
邀请人
邀请人联系方式
被邀请人手机号
被邀请人
备注
所属机构 ID
邀请用户时,会作为员工注册在对应的机构下。
邀请机构时,会作为分/子公司挂在相应的机构下。
所属机构全名
邀请状态
邀请对象