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