|
@@ -12,6 +12,8 @@ namespace MECF.Framework.Common.CommonData
|
|
{
|
|
{
|
|
public ModuleName ModuleName { get; set; }
|
|
public ModuleName ModuleName { get; set; }
|
|
|
|
|
|
|
|
+ public object Parameter { get; set; }
|
|
|
|
+
|
|
public Hand RobotArm { get; set; }
|
|
public Hand RobotArm { get; set; }
|
|
|
|
|
|
public Flip RobotFlip { get; set; }
|
|
public Flip RobotFlip { get; set; }
|