SourceCode/Bond/Servo/RecipeManager.h
@@ -58,6 +58,9 @@ // 查询所有配方 std::vector<RecipeInfo> getAllRecipes(); // 根据 PPID 或描述查询配方 std::vector<RecipeInfo> getRecipesByKeyword(const std::string& keyword); // 获取所有 PPID std::vector<std::string> getAllPPID() const;