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