| | |
| | | |
| | | List<OpeReagentStatus> getOpeReagentStatusInfoList(Map params) throws DataAccessException; |
| | | |
| | | void syncOpeReagentStatus(Map params) throws DataAccessException; |
| | | int syncOpeReagentStatus(Map params) throws DataAccessException; |
| | | |
| | | int updateOpeReagentStatusForInterface(OpeReagentStatus opeReagentStatus); |
| | | |
| | |
| | | int countReagentByArticleAndWarehouse(Map params); |
| | | |
| | | void updateArticleNumberByRCode(String code, String articleNumber); |
| | | |
| | | List<Map> selectExportList(Map params); |
| | | |
| | | OpeReagentStatus getStatus(@Param("reagentId") String reagentId,@Param("reagentCode") String reagentCode); |
| | | |
| | | } |