using ICSSoft.Frame.Data.Entity; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ICSSoft.Frame.APP.Entity { public class FormICSEQPSTPUIModel : ICSNCTP { public string ID { get; set; } public string ItemCode { get; set; } public string OPCODE { get; set; } public string EQPCODE { get; set; } public string ETTRCODE { get; set; } public decimal STIME { get; set; } public string MUSER { get; set; } public string MUSERName { get; set; } public DateTime? MTIME { get; set; } public string WorkPoint { get; set; } public string EATTRIBUTE1 { get; set; } //20180625新增 //外协属性 public string OutsourcingProperties { get; set; } //刀片型号和品牌 public string BladeModelAndBrand { get; set; } //工装编号: public string ToolingNo { get; set; } //夹具 public string Jiaju { get; set; } } }