给Menu菜单绑定对应的数据
This commit is contained in:
@@ -9,4 +9,5 @@ public class VariableTable
|
||||
public string Description { get; set; }
|
||||
public ProtocolType ProtocolType { get; set; }
|
||||
public List<DataVariable> DataVariables { get; set; }
|
||||
public Device? Device { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user