文档
测试

查询所有为上级的人员

GET
http://localhost:8094/base/basePeopleInfo/isLeaderInDept

响应参数

参数名
类型
描述
必填
code
string
示例:EPP01_0000
必填
message
string
示例:成功
必填
data
array
数据列表
必填
createUserId
object
示例:null
必填
createTime
string
示例:2020-04-20 15:18:32
必填
updateUserId
object
示例:null
必填
updateTime
object
示例:null
必填
dataStatus
number
示例:1
必填
id
number
示例:49
必填
name
string
示例:我问问
必填
deptId
number
示例:2
必填
deptName
string
示例:斑西
必填
companyId
number
示例:1
必填
idCardNo
string
示例:500228199611137361
必填
gender
number
示例:2
必填
birthDay
string
示例:1996-11-13
必填
peopleAge
number
示例:24
必填
nativePlace
string
示例:重庆市县梁平县
必填
homeAddress
string
示例:
必填
isLeaderInDept
number
示例:1
必填
liveAddress
string
示例:5
必填
contractPeriod
object
示例:null
必填
employmentNature
string
示例:
必填
remoteResidenceAccount
object
示例:null
必填
nation
string
示例:
必填
maritalStatus
object
示例:null
必填
politicalAffiliation
object
示例:null
必填
phone
string
示例:13678790876
必填
otherPhone
string
示例:
必填
workingHours
string
示例:
必填
workingYears
string
示例:
必填
healthId
object
示例:null
必填
familyStatus
object
示例:null
必填
education
object
示例:null
必填
graduateSchool
string
示例:
必填
graduationTime
object
示例:null
必填
major
string
示例:
必填
speciality
string
示例:
必填
workTypeId
object
示例:null
必填
postId
object
示例:null
必填
workTypeName
string
示例:22
必填
postName
string
示例:保安
必填
entryTime
object
示例:null
必填
companyWorkingYears
object
示例:null
必填
paycardBank
string
示例:5
必填
bankCardNumber
string
示例:5
必填
attendanceRegistration
string
示例:
必填
performancePlan
object
示例:null
必填
briefIntroduction
string
示例:
必填
resume
object
示例:null
必填
peopleType
object
示例:null
必填
status
number
示例:1
必填
postNumber
object
示例:null
必填
pinyinName
string
示例:wowenwen
必填
fileUrlId
object
示例:null
必填

说明 / 示例

{ "code": "EPP01_0000", "message": "成功", "data": [ { "createUserId": null, "createTime": "2020-04-20 15:18:32", "updateUserId": null, "updateTime": null, "dataStatus": 1, "id": 49, "name": "我问问", "deptId": 2, "deptName": "斑西", "companyId": 1, "idCardNo": "500228199611137361", "gender": 2, "birthDay": "1996-11-13", "peopleAge": 24, "nativePlace": "重庆市县梁平县", "homeAddress": "", "isLeaderInDept": 1, "liveAddress": "5", "contractPeriod": null, "employmentNature": "", "remoteResidenceAccount": null, "nation": "", "maritalStatus": null, "politicalAffiliation": null, "phone": "13678790876", "otherPhone": "", "workingHours": "", "workingYears": "", "healthId": null, "familyStatus": null, "education": null, "graduateSchool": "", "graduationTime": null, "major": "", "speciality": "", "workTypeId": null, "postId": null, "workTypeName": "22", "postName": "保安", "entryTime": null, "companyWorkingYears": null, "paycardBank": "5", "bankCardNumber": "5", "attendanceRegistration": "", "performancePlan": null, "briefIntroduction": "", "resume": null, "peopleType": null, "status": 1, "postNumber": null, "pinyinName": "wowenwen", "fileUrlId": null } ] }