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