lyfO_o
2021-04-22 8e2b983273b816b33e7456f6c30a2577d443fb43
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);
@@ -55,4 +55,6 @@
    void insertOpeReagentStatus2(OpeReagentStatus ors);
    int countReagentByArticleAndWarehouse(Map params);
    void updateArticleNumberByRCode(String code, String articleNumber);
}