文档
测试

暂存桶记录

POST
/sunthink/app/trashList

请求参数

参数名
类型
描述
必填
beginTime
String
起始时间:yyyy-MM-dd HH:mm:ss
可选
endTime
String
结束时间:yyyy-MM-dd HH:mm:ss
可选
trashType
String
暂存桶类型:1,2,3 (若为多个,用逗号分割)
可选
plashId
String
暂存桶位置:c299557ff4e7b0bd8f223e4a7bee893d,c299557ff4e7b0bd8f223e4a7bee893e (若为多个,用逗号分割)
可选
status
String
桶状态: 0-未出库,1-已出库 : 0,1 (若为多个,用逗号分割)
可选
trashNo
桶编号:122-20210521-6
可选
trashId
桶Id
可选
offset
int
起始查询条数:默认0
必填
pageSize
int
每页显示的条数:默认20
必填
loginId
当前用户ID :例如:34
必填

响应参数

参数名
类型
描述
必填
trashNo
桶编号:122-20210521-6
必填
trashTypeName
桶类型:感染类
必填
trashAddress
桶地址:暂存站
必填
status
桶状态: 0-未出库,1-已出库
必填
createTime
出库时间/入库时间: yyyy-MM-dd HH:mm:ss
必填
trashId
桶ID:40f38e0fa9fcada8061d8ec59e093a5b
必填
id
废弃物出入库记录ID:f69fcef5738940578943092fab588511
必填
trashCount
医废总数
必填

说明 / 示例

{ "msg": "操作成功", "code": 200, "data": [ { "trashNo": "138-20210622-3", "trashType": 6, "loginId": "42", "createTime": "2021-06-22 11:46:32", "plashId": "cb1f4e3eabeda4b9b708b606d2ec7814", "statusName": "已出库", "trashTypeName": "输液类", "id": "cc42669e49cc435685023ecd43c61bf6", "trashId": "734a2ea43037f3aaf9ceeee318f6debd", "trashCount": 1, "trashAddress": "测试地点", "status": "1" }, { "trashNo": "138-20210622-2", "trashType": 4, "loginId": "42", "createTime": "2021-06-22 11:45:43", "plashId": "cb1f4e3eabeda4b9b708b606d2ec7814", "statusName": "已出库", "trashTypeName": "损伤类", "id": "a6acd16bc9ef4750a467f38b2b77ce54", "trashId": "80b768c5308724296b4bdf27368cde17", "trashCount": 1, "trashAddress": "测试地点", "status": "1" }, { "trashNo": "138-20210622-2", "trashType": 4, "loginId": "42", "createTime": "2021-06-22 11:45:18", "plashId": "cb1f4e3eabeda4b9b708b606d2ec7814", "statusName": "已出库", "trashTypeName": "损伤类", "id": "285576305ecf4ab28e4b08ceaf55abba", "trashId": "80b768c5308724296b4bdf27368cde17", "trashCount": 1, "trashAddress": "测试地点", "status": "1" }, { "trashNo": "138-20210622-1", "trashType": 1, "loginId": "42", "createTime": "2021-06-22 11:44:25", "plashId": "cb1f4e3eabeda4b9b708b606d2ec7814", "statusName": "已出库", "trashTypeName": "感染类", "id": "12275ccd93b34e299e518d4085125849", "trashId": "6e96a259cf7563c82b9dee85ff2f3929", "trashCount": 1, "trashAddress": "测试地点", "status": "1" }, { "trashNo": "138-20210622-1", "trashType": 1, "loginId": "42", "createTime": "2021-06-22 11:43:01", "plashId": "cb1f4e3eabeda4b9b708b606d2ec7814", "statusName": "已出库", "trashTypeName": "感染类", "id": "279511d88c7e4b98ac1f76590f830dae", "trashId": "6e96a259cf7563c82b9dee85ff2f3929", "trashCount": 2, "trashAddress": "测试地点", "status": "1" } ] }