lyfO_o
2021-04-22 3ef5a9d0aba195d77aa22591b55a9ce9e43372ca
src/main/java/com/nanometer/smartlab/dao/OpeReagentStatusDao.java
@@ -37,7 +37,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 +57,6 @@
    int countReagentByArticleAndWarehouse(Map params);
    void updateArticleNumberByRCode(String code, String articleNumber);
    List<Map> selectExportList(Map params);
}