| | |
| | | |
| | | @SuppressWarnings("rawtypes") |
| | | List<OpeReagentStatus> getOpeReagentStatusList(Map params) throws DataAccessException; |
| | | List<OpeReagentStatus> getOpeReagentStatusList22(Map params) throws DataAccessException; |
| | | |
| | | |
| | | @SuppressWarnings("rawtypes") |
| | | int getOpeReagentStatusTotalCount(Map params) throws DataAccessException; |
| | | |
| | |
| | | void updateArticleNumberByRCode(String code, String articleNumber); |
| | | |
| | | List<Map> selectExportList(Map params); |
| | | |
| | | OpeReagentStatus getStatus(@Param("reagentId") String reagentId,@Param("reagentCode") String reagentCode); |
| | | |
| | | } |