mrzcc
2020-02-19 b09e1a8b036553d1e161d127aa738a504593490a
HardwareAdapationService/src/main/java/com/java110/hardwareAdapation/dao/IMachineTranslateServiceDao.java
@@ -85,4 +85,23 @@
     */
    int updateMachineTranslateState(Map info);
    /**
     * 保存 硬件传输
     * @param info
     * @throws DAOException
     */
    void saveMachineTranslate(Map info) throws DAOException;
    /**
     * 修改 硬件传输
     * @param info
     * @throws DAOException
     */
    void updateMachineTranslate(Map info) throws DAOException;
}