V1版本
This commit is contained in:
25
CapMachine.Wpf/PrismEvent/ChartSetEnableMsg.cs
Normal file
25
CapMachine.Wpf/PrismEvent/ChartSetEnableMsg.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
namespace CapMachine.Wpf.PrismEvent
|
||||
{
|
||||
public class ChartSetEnableMsg
|
||||
{
|
||||
/// <summary>
|
||||
/// 机器
|
||||
/// </summary>
|
||||
public string Machine { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Group信息
|
||||
/// </summary>
|
||||
public int GroupTabIndex { get; set; }
|
||||
|
||||
/// <summary>
|
||||
///ChartSetInfo信息
|
||||
/// </summary>
|
||||
public string ChartSetInfo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
///是否启用内容
|
||||
/// </summary>
|
||||
public bool Enable { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user