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