| | |
| | | |
| | | OpeWarehouseReserve insertOpeWarehouseReserve(OpeWarehouseReserve opeWarehouseReserve); |
| | | boolean updateOpeWarehouseReserve(OpeWarehouseReserve opeWarehouseReserve); |
| | | void claim(List<OpeWarehouseReserve> selectedList, String userId,String projectNum); |
| | | void claimForPerson(List<OpeApplyReserve> selectedListForPerson, String userId,String projectNum,String laboratoryId,String laboratoryContainerId); |
| | | void claim(List<OpeWarehouseReserve> selectedList, String userId,String projectNum,String receiptNumber); |
| | | void claimForPerson(List<OpeApplyReserve> selectedListForPerson, String userId,String projectNum,String laboratoryId,String laboratoryContainerId,String receiptNumber); |
| | | void reagentDStore(List<OpeApply> reagentDStoreList, String loginUserId); |
| | | void reagentDStore2(List<OpeApply> reagentDStoreList, String loginUserId); |
| | | |