查找所有的明细
GET
/depotItem/findByAll请求参数
Query 参数
currentPage
string
必需
currentPage
pageSize
string
pageSize
depotIds
string | null
depotIds
categoryId
string | null
可选
categoryId
monthTime
string
monthTime
materialParam
string
必需
materialParam
mpList
string
mpList
示例代码
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32> | null
可选
data
object | null
可选
示例
{
"code": 0,
"data": {}
}
最后修改时间: 6 个月前