文档
测试

分页获取人员信息

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

请求参数

参数名
类型
描述
必填
pageNo
int
1
可选
pageSize
int
10
可选
deptId
int
部门ID
可选
workTypeId
int
工种ID
可选
postId
int
职务ID
可选
name
string
姓名模糊查询
可选
employmentNature
int
用工性质
可选

说明 / 示例

{ "data": [ { "createUserId": null, "createTime": null, "updateUserId": null, "updateTime": "2020-03-31 16:14:55", "dataStatus": 1, "id": 1, "name": "张三", "deptId": 1, "deptName": "滨州环卫部门", "companyId": 1, "idCardNo": null, "gender": 1, "birthDay": null, "peopleAge": 22, "nativePlace": null, "homeAddress": null, "liveAddress": null, "contractPeriod": null, "employmentNature": null, "remoteResidenceAccount": null, "nation": null, "maritalStatus": null, "politicalAffiliation": null, "phone": "15520102030", "otherPhone": null, "workingHours": null, "workingYears": null, "healthId": null, "familyStatus": null, "education": null, "graduateSchool": null, "graduationTime": null, "major": null, "speciality": null, "workTypeId": null, "postId": null, "entryTime": null, "companyWorkingYears": null, "paycardBank": null, "bankCardNumber": null, "attendanceRegistration": null, "performancePlan": null, "briefIntroduction": null, "resume": null, "peopleType": null, "status": null, "postNumber": null, "pinyinName": null, "fileUrlId": null } ], "totalCount": 1, "totalPage": 1, "pageSize": 10, "pageNo": 1 }