文档
测试

备用金申请记录分页

GET
http://127.0.0.1:8094/weChatDataController/query/costpage

请求参数

参数名
类型
描述
必填
deptId
Integer
部门ID
必填
peopleName
String
人员姓名
必填
status
Integer
审核状态 0:初始 1:通过 2:审批中 3:已驳回 4:已撤销 6:通过后撤销 7:已删除 10:已支付
必填
spNo
String
审批编号(唯一识别码)
必填
startTime
String
开始时间
必填
endTime
String
结束时间
必填
current
Integer
页码
必填
size
Integer
每页数量
必填

响应参数

参数名
类型
描述
必填
totalCount
总数据量
必填
totalPage
总页数
必填
pageSize
每页数量
必填
pageNo
页码
必填
data
数据主体
必填