| | |
| | | package com.nanometer.smartlab.service; |
| | | |
| | | import com.nanometer.smartlab.entity.OpeApply; |
| | | import com.nanometer.smartlab.entity.OpeReagentStatus; |
| | | import com.nanometer.smartlab.entity.SysUser; |
| | | import com.nanometer.smartlab.entity.*; |
| | | import com.nanometer.smartlab.exception.BusinessException; |
| | | |
| | | import java.util.Date; |
| | | import java.util.LinkedHashMap; |
| | |
| | | |
| | | |
| | | List<String> getReagentCodes(String reagentId); |
| | | //订单入库 新增试剂状态表 和流向 |
| | | void orderInputWarehouseReagentStatusAndUseFlow(OpeApplyReserve opeApplyReserve, String userId, List<String> reagentCodeList , OpeOrder opeOrder); |
| | | |
| | | List<String> checkReagentCode(String startReagentCode2, String endReagentCode2,Integer arrivalNum) throws BusinessException; |
| | | |
| | | |
| | | void updateOpeReagentStatus(OpeReagentStatus opeReagentStatus); |
| | | } |