kongzy
2023-10-23 1eeae82f74cbb3469ad8931e45b6fc77a945b912
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;
@@ -37,7 +40,7 @@
    List<OpeReagentStatus> getOpeReagentStatusInfoList(Map params) throws DataAccessException;
    void syncOpeReagentStatus(Map params) throws DataAccessException;
    int syncOpeReagentStatus(Map params) throws DataAccessException;
    int updateOpeReagentStatusForInterface(OpeReagentStatus opeReagentStatus);
@@ -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);
}