分页查询绩效列表新
GET
/salary/performance/performancesList
请求参数
参数名
类型
描述
必填
beginDate
Date
开始时间 若开始时间结束时间为空默认查询区间为三年之内数据
可选
endDate
Date
结束时间
可选
performanceName
String
上传的绩效列表名
可选
page
int
页数 默认为1
必填
limit
int
每页查询条数默认为10
必填
响应参数
参数名
类型
描述
必填
page
map
返回的分页信息集 按上传时间desc排序 若page为空显示"请联系管理员"
必填
totalCount
int
总数
必填
limit
int
每页显示条数
必填
current
int
当前页数
必填
list
list
存放数据的集合
必填
performancesCode
String
上传的绩效表编码
必填
companyCode
String
公司编码
必填
performanceName
String
上传的绩效表名称
必填
createTime
date
上传时间
必填
isGenerate
int
是否生成薪酬 0未生成 1已生成
必填