V1版本
This commit is contained in:
26
CapMachine.Wpf/PrismEvent/ChartRtSeriesActionMsg.cs
Normal file
26
CapMachine.Wpf/PrismEvent/ChartRtSeriesActionMsg.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace CapMachine.Wpf.PrismEvent
|
||||
{
|
||||
public class ChartRtSeriesActionMsg
|
||||
{
|
||||
/// <summary>
|
||||
/// 机器
|
||||
/// </summary>
|
||||
public string Machine { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// GroupTab信息
|
||||
/// </summary>
|
||||
public int GroupTabIndex { get; set; }
|
||||
|
||||
/// <summary>
|
||||
///动作消息
|
||||
/// </summary>
|
||||
public string ActionMsg { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user