李宇
2021-06-16 ef0487dc7bee47a60f4894ec49fa5b1e83b829b9
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);
}