#
ynhfasrs
2025-08-15 a75db9aa9aeaeeb40a15e55c1f17122b3d7c7421
src/main/java/com/zy/asrs/service/CommandInfoService.java
@@ -15,4 +15,8 @@
    int saveToHistory(String taskNo);//将指令转日志
    boolean saveToHistory(Integer id);//将指令转日志
    List<CommandInfo> selectCompleteManualCommand();//查询已完成的手动命令
}