分支自 SuZhouGuanHong/TaiYuanTaiZhong

dengjunjie
2024-03-05 db6156a92cc59467bde608a00c76952ebc75e488
´úÂë¹ÜÀí/PCS/WCS_Server/WIDESEA_Entity/DomainModels/ToMES/dt_mes_head.cs
@@ -130,7 +130,7 @@
        [Display(Name = "工单数量")]
        [Column(TypeName = "int")]
        [Editable(true)]
        public int? quantity { get; set; }
        public int quantity { get; set; }
        /// <summary>
        ///轮型代码
@@ -186,6 +186,36 @@
        [Column(TypeName = "nvarchar(40)")]
        public string creator { get; set; }
        //public string processCode { get; set; }
        /// <summary>
        ///库区
        /// </summary>
        [Display(Name = "库区")]
        [MaxLength(15)]
        [Column(TypeName = "nvarchar(15)")]
        public string area { get; set; }
        /// <summary>
        ///视觉检测设备1
        /// </summary>
        [Display(Name = "视觉检测设备1")]
        [Column(TypeName = "bit")]
        [Editable(true)]
        public bool skip_op_1 { get; set; }
        /// <summary>
        ///视觉检测设备2
        /// </summary>
        [Display(Name = "视觉检测设备2")]
        [Column(TypeName = "bit")]
        [Editable(true)]
        public bool skip_op_2 { get; set; }
        /// <summary>
        ///链条机
        /// </summary>
        [Display(Name = "链条机")]
        [Column(TypeName = "bit")]
        [Editable(true)]
        public bool skip_op_3 { get; set; }
    }
}