文档
测试

人员管理列表

POST
personnel/personnelInfo/list

请求参数

参数名
类型
描述
必填
personnel
entity
人员实体类
必填
deptId
Long
公司ID
必填
provinceCard
String
身份证号
必填
personnelName
String
人员名称
必填
personnelSex
String
性别
必填
personnelTypeId
Long
用户类型ID
必填

响应参数

参数名
类型
描述
必填
code
String
请求状态码
必填
msg
String
请求返回内容
必填
rows
list
返回数据
必填
personnelId
Long
人员id
必填
deptId
Long
公司ID
必填
consumerId
String
用户id
必填
personnelTypeId
Long
人员(用户)类型id
必填
personnelName
String
人员(用户)名称
必填
personnelSex
String
性别(0代表男 1代表女)
必填
personnelNation
String
人员民族
必填
provinceCard
String
身份证号码
必填
personnelPhone
String
手机号码
必填
personnelAddress
String
人员地址
必填
isAudited
String
审核标志(0代表未审核 1代表审核)
必填
personnelPictirePath
String
人员照片路径
必填
isRelation
String
是否绑定考勤方式(0代表未绑定 1代表已绑定)
必填
remark
String
备注
必填
dept
entity
公司实体类
必填
deptId
Long
公司ID
必填
deptName
String
公司名称
必填
personnelType
entity
用户类型实体类
必填
personnelTypeId
Long
用户类型ID
必填
personnelTypeName
String
用户类型名称
必填