SourceCode/Bond/Servo/RecipeManager.h
@@ -64,6 +64,12 @@
   // 获取所有 PPID
    std::vector<std::string> getAllPPID() const;
   // 按 ID 查询 PPID
    std::string getPPIDById(int nId);
   // 按 PPID 查询 ID
    int getIdByPPID(const std::string& ppid);
    // 按 PPID 查询配方
    RecipeInfo getRecipeByPPID(const std::string& ppid);