using System; using System.Collections.Generic; using System.Linq; namespace MES.Service.Modes { /// /// /// public class MesQaItemsDetectDetail12 { /// /// /// public Guid Guid { get; set; } /// /// /// public int Id { get; set; } /// /// 检验结果 /// public string FcheckResu { get; set; } /// /// 检验项目 /// public string FcheckItem { get; set; } /// /// 物料条码 /// public string ItemBarcode { get; set; } /// /// /// public string ReleaseNo { get; set; } /// /// /// public int? MainId { get; set; } /// /// /// public DateTime? CreateDate { get; set; } /// /// /// public string Company { get; set; } /// /// /// public string Factory { get; set; } /// /// /// public string Fstand { get; set; } /// /// 生成人 /// public string LastupdateBy { get; set; } /// /// /// public string CreateBy { get; set; } } }