lyfO_o
2022-11-18 1c375d6dcd0c41bc3c206585a2712ec066bf5992
src/main/java/com/nanometer/smartlab/dao/OpeReagentStatusDao.java
@@ -15,6 +15,9 @@
    @SuppressWarnings("rawtypes")
    List<OpeReagentStatus> getOpeReagentStatusList(Map params) throws DataAccessException;
    List<OpeReagentStatus> getOpeReagentStatusList22(Map params) throws DataAccessException;
    @SuppressWarnings("rawtypes")
    int getOpeReagentStatusTotalCount(Map params) throws DataAccessException;
@@ -57,4 +60,9 @@
    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);
}