查询员工列表
GET
http://localhost:8088/material/cyg/page?page=1&limit=2
接口描述
分页查询员工列表
请求参数
参数名
类型
描述
必填
page(必填)
int
当前页码,从1开始
必填
limit(必填)
int
每页记录数
必填
ygMc
string
按员工名称模糊查询
必填
gyStatus
string
按状态查询。1:在职;0:离职
必填