SourceCode/Bond/Servo/RecipeManager.h @@ -11,6 +11,7 @@ struct DeviceRecipe { int nDeviceID; // 设备ID int nRecipeID; // 子配方ID std::string strRecipeName; // 子配方名称 std::string strDeviceName; // 设备名称 };