序列化表格
-
程序包 net.risesoft.api.platform.org.dto
-
类net.risesoft.api.platform.org.dto.CreateDepartmentDTO扩展CreateOrgUnitBaseDTO实现可序列化
- serialVersionUID:
- -6127966977769572837L
-
序列化字段
-
aliasName
String aliasName
部门简称 -
bureau
Boolean bureau
是否委办局 -
deptAddress
String deptAddress
部门地址 -
deptFax
String deptFax
传真号码 -
deptGivenName
String deptGivenName
特定名称 -
deptOffice
String deptOffice
办公室 -
deptPhone
String deptPhone
电话号码 -
deptType
String deptType
部门类型 -
deptTypeName
String deptTypeName
部门类型名称 -
divisionCode
String divisionCode
区域代码 -
enName
String enName
英文名称 -
establishDate
Date establishDate
成立时间 -
gradeCode
String gradeCode
等级编码 -
gradeCodeName
String gradeCodeName
等级名称 -
parentId
@NotBlank String parentId
父ID -
zipCode
String zipCode
邮政编码
-
-
类net.risesoft.api.platform.org.dto.CreateGroupDTO扩展CreateOrgUnitBaseDTO实现可序列化
- serialVersionUID:
- 2284204062603906615L
-
类net.risesoft.api.platform.org.dto.CreateOrgUnitBaseDTO扩展Object实现可序列化
- serialVersionUID:
- -8361749786841530846L
-
类net.risesoft.api.platform.org.dto.CreatePersonDTO扩展CreateOrgUnitBaseDTO实现可序列化
- serialVersionUID:
- -6612983613465433450L
-
序列化字段
-
avator
String avator
头像 -
birthday
Date birthday
出生年月日 -
caid
String caid
CA认证码 -
city
String city
居住城市 -
country
String country
居住国家 -
education
String education
学历 -
email
@Email String email
电子邮箱 -
homeAddress
String homeAddress
家庭地址 -
homePhone
String homePhone
家庭电话 -
idNum
String idNum
证件号码 -
idType
String idType
证件类型 -
loginName
@NotBlank String loginName
登录名 -
maritalStatus
net.risesoft.enums.platform.MaritalStatusEnum maritalStatus
婚姻状况MaritalStatusEnum -
mobile
@NotBlank String mobile
手机号码 -
officeAddress
String officeAddress
办公地址 -
officeFax
String officeFax
办公传真 -
officePhone
String officePhone
办公室电话 -
official
Integer official
是否在编 -
officialType
String officialType
编制类型 -
parentId
@NotBlank String parentId
父节点id -
password
String password
登录密码 -
personType
String personType
人员类型 -
photo
byte[] photo
照片 -
politicalStatus
String politicalStatus
政治面貌 -
professional
String professional
专业 -
province
String province
人员籍贯 -
sex
net.risesoft.enums.platform.SexEnum sex
性别SexEnum -
sign
byte[] sign
签名 -
weixinId
String weixinId
人员绑定微信的唯一标识 -
workTime
Date workTime
入职时间
-
-
类net.risesoft.api.platform.org.dto.CreatePositionDTO扩展Object实现可序列化
- serialVersionUID:
- -6444031768723849631L
-
类net.risesoft.api.platform.org.dto.PersonInfoDTO扩展Object实现可序列化
- serialVersionUID:
- 7283067452731317208L
-
序列化字段
-
person
net.risesoft.model.platform.Person person
人员信息 -
positionList
List<net.risesoft.model.platform.Position> positionList
岗位列表
-
-