文档
测试

管理员查看详细借阅

GET
http://yuanxin.picp.vip:58694/system/borrow/detail

请求参数

参数名
类型
描述
必填
id
int
借阅id
必填
pageNum
int
必填
pageSize
int
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:成功
必填
httpStatus
int
示例:200
必填
data
object
数据字典
必填
borrow
object
数据字典
必填
duration
string
示例:2
必填
deptName
string
示例:研发部门
必填
create_time
int
示例:1622625162000
必填
storageIds
string
示例:1390,1392
必填
end_time
int
示例:1622771271000
必填
isAdopt
int
示例:0
必填
startTime
int
示例:1622598471000
必填
applyName
string
示例:申请人
必填
userName
string
示例:admin
必填
userArea
string
示例:借阅用途,使用范围
必填
opinion
string
示例:无
必填
detail
object
数据字典
必填
total
int
示例:2
必填
list
array
数据列表
必填
person
string
示例:申请人
必填
menuName
string
示例:主题照片
必填
pictureName
string
示例:pictureName
必填
saveTerm
int
示例:0
必填
pageNum
int
示例:1
必填
pageSize
int
示例:1
必填
size
int
示例:1
必填
startRow
int
示例:1
必填
endRow
int
示例:1
必填
pages
int
示例:2
必填
prePage
int
示例:0
必填
nextPage
int
示例:2
必填
isFirstPage
boolean
示例:true
必填
isLastPage
boolean
示例:false
必填
hasPreviousPage
boolean
示例:false
必填
hasNextPage
boolean
示例:true
必填
navigatePages
int
示例:8
必填
navigatepageNums
array
数据列表
必填
navigateFirstPage
int
示例:1
必填
navigateLastPage
int
示例:2
必填
success
boolean
示例:true
必填

未命名

{ "code": 200, "message": "成功", "httpStatus": 200, "data": { "borrow": { "duration": "2", "deptName": "研发部门", "create_time": 1622625162000, "storageIds": "1390,1392", "end_time": 1622771271000, "isAdopt": 0, "startTime": 1622598471000, "applyName": "申请人", "userName": "admin", "userArea": "借阅用途,使用范围", "opinion": "无" }, "detail": { "total": 2, "list": [ { "person": "申请人", "menuName": "主题照片", "pictureName": "pictureName", "saveTerm": 0 } ], "pageNum": 1, "pageSize": 1, "size": 1, "startRow": 1, "endRow": 1, "pages": 2, "prePage": 0, "nextPage": 2, "isFirstPage": true, "isLastPage": false, "hasPreviousPage": false, "hasNextPage": true, "navigatePages": 8, "navigatepageNums": [ 1, 2 ], "navigateFirstPage": 1, "navigateLastPage": 2 } }, "success": true }