资产折旧详情
POST
https://v4.fenxi365.com/api/assets/depreciation/detail最后修改时间: 8 个月前
责任人: 未设置
请求参数
Body 参数application/json
key
object | null
可选
示例
{
"key": {}
}
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
success
boolean
必需
code
integer
必需
msg
string
必需
data
object
必需
pageSize
integer
必需
pageNo
integer
必需
rows
array [object {11}]
必需
skipQueryCount
boolean
必需
recordCount
integer
必需
startIndex
integer
必需
lastPage
integer
必需
nextIndex
integer
必需
previousIndex
integer
必需
priorPage
integer
必需
firstPage
integer
必需
nextPage
integer
必需
totalPage
integer
必需
示例
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}
最后修改时间: 8 个月前