文档
测试

查询工时申报列表

POST
/workTime/list?pageNum=1&pageSize=5

请求参数

参数名
类型
描述
必填
startTime
string
创建时间:开始时间
必填
endTime
string
创建时间:结束时间
必填
declareState
string
申报状态 1:未提交 2:待审核 3:已通过 4:已驳回
必填

响应参数

参数名
类型
描述
必填
total
int
示例:1
必填
rows
array
数据列表
必填
createBy
int
示例:57
必填
createByName
string
示例:谈翼飞
必填
createTime
string
示例:2022-02-23 13:46:14
必填
updateBy
object
示例:null
必填
updateByName
object
示例:null
必填
updateTime
object
示例:null
必填
isDeleted
int
示例:0
必填
id
int
主表id
必填
startTime
string
工时周期:开始时间
必填
endTime
string
工时周期:结束时间 示例:2022-01-25 00:00:00
必填
declareState
int
申报状态 1:未提交 2:待审核 3:已通过 4:已驳回
必填
commitTime
object
提交时间
必填
totalWorkTime
int
总工时
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填