using System.Runtime.Serialization;
namespace WCS.Protocol.SX.DataStructure
{
///
/// 产线信息
///
[DataContract]
public class ProdLineData : DeviceData
{
///
/// 产线任务信息
///
//[DataMember(Order = 3)]
//public List TaskList { get; set; } = new List();
}
}