| | |
| | | /** |
| | | * 暂存间分页列表 |
| | | * |
| | | * @param objectPage |
| | | * @param mwStagingRoomVOPage |
| | | * @param treeCode |
| | | * @return |
| | | */ |
| | | Page<MwStagingRoomVO> pageList(Page<Object> objectPage, @Param("treeCode") String treeCode); |
| | | Page<MwStagingRoomVO> pageList(Page<MwStagingRoomVO> mwStagingRoomVOPage, @Param("treeCode") String treeCode); |
| | | |
| | | /** |
| | | * 暂存间入库记录 |
| | |
| | | * @return |
| | | */ |
| | | List<MwCheckoutRecordVO> checkoutRecordList(@Param("query") CheckoutRecordQuery query, @Param("treeCode") String treeCode); |
| | | |
| | | /** |
| | | * 暂存间列表 |
| | | * |
| | | * @return |
| | | */ |
| | | List<MwStagingRoomVO> queryStagingRoomList(); |
| | | |
| | | /** |
| | | * 暂存间待处理医废分页列表 |
| | | * |
| | | * @param query |
| | | * @return |
| | | */ |
| | | Page<MwStorageRecordVO> temporarilyStoredMedicalWaste(StorageRecordQuery query); |
| | | |
| | | /** |
| | | * 根据医废查询使用列表 |
| | | * |
| | | * @param id |
| | | * @return |
| | | */ |
| | | List<MwStorageRecordVO> queryMedicalWasteList(Long id); |
| | | } |