using SqlSugar; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using WIDESEAWCS_Model.Models; namespace WIDESEAWCS_DTO.SerialPort { public class AddProcessDTO:Dt_Process { ///// ///// id ///// //public int id { get; set; } // /// // /// 大步骤 // /// // public int Nodal { get; set; } // /// // /// 小步骤 // /// // public int setpNum { get; set; } // /// // /// 类型 // /// // public string craftstype { get; set; } // /// // /// 工前准备 // /// // public string craftsstep { get; set; } // /// // /// 具体实行 // /// // public string craftcontent { get; set; } // /// // /// 工具 // /// // public string tools { get; set; } // /// // /// 物料 // /// // public string material { get; set; } // /// // /// 第一个套筒 // /// // public string aritcleoneid { get; set; } // /// // /// 第一个套筒的数量 // /// // public string articleone { get; set; } // /// // /// 第二个套筒 // /// // public string aritcletowid { get; set; } // /// // /// 第二个套筒的数量 // /// // public string articletwo { get; set; } // /// // /// 点位坐标XYZ // /// // public string PointAxisXYZ { get; set; } // /// // /// 点位坐标HPB // /// // public string PointAxisHPB { get; set; } } }