using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; /// /// /// [Serializable] public class ModelProcess { /// /// /// public string ProcessCode { get; set; } /// /// /// public string SequenceNo { get; set; } /// /// /// public string ProcessName { get; set; } /// /// /// public string UseTime { get; set; } /// /// /// public string X { get; set; } /// /// /// public string Y { get; set; } /// /// /// public string Z { get; set; } /// /// /// public string RX { get; set; } /// /// /// public string RY { get; set; } /// /// /// public string RZ { get; set; } /// /// /// public string X_Base { get; set; } /// /// /// public string Y_Base { get; set; } /// /// /// public string Z_Base { get; set; } /// /// /// public string RX_Base { get; set; } /// /// /// public string RY_Base { get; set; } /// /// /// public string RZ_Base { get; set; } /// /// /// public string X_Tool { get; set; } /// /// /// public string Y_Tool { get; set; } /// /// /// public string Z_Tool { get; set; } /// /// /// public string RX_Tool { get; set; } /// /// /// public string RY_Tool { get; set; } /// /// /// public string RZ_Tool { get; set; } /// /// /// public string QX { get; set; } /// /// /// public string QY { get; set; } /// /// /// public string QZ { get; set; } /// /// /// public string QW { get; set; } /// /// /// public string QX_Base { get; set; } /// /// /// public string QY_Base { get; set; } /// /// /// public string QZ_Base { get; set; } /// /// /// public string QW_Base { get; set; } /// /// /// public string QX_Tool { get; set; } /// /// /// public string QY_Tool { get; set; } /// /// /// public string QZ_Tool { get; set; } /// /// /// public string QW_Tool { get; set; } /// /// /// public string ModelName { get; set; } /// /// /// public string ModelCode { get; set; } }