啊鑫
2025-02-19 467eae029f6ce0377c59e06eca0e328211c16c4b
StandardPda/MES.Service/Modes/MesQaItemsDetectDetail12.cs
@@ -21,25 +21,25 @@
        /// 检验结果 
        ///</summary>
        [SugarColumn(ColumnName = "FCHECK_RESU")]
        public string FcheckResu { get; set; }
        public string? FcheckResu { get; set; }
        /// <summary>
        /// 检验项目 
        ///</summary>
        [SugarColumn(ColumnName = "FCHECK_ITEM")]
        public string FcheckItem { get; set; }
        public string? FcheckItem { get; set; }
        /// <summary>
        /// 物料条码 
        ///</summary>
        [SugarColumn(ColumnName = "ITEM_BARCODE")]
        public string ItemBarcode { get; set; }
        public string? ItemBarcode { get; set; }
        /// <summary>
        ///  
        ///</summary>
        [SugarColumn(ColumnName = "RELEASE_NO")]
        public string ReleaseNo { get; set; }
        public string? ReleaseNo { get; set; }
        /// <summary>
        ///  
@@ -57,31 +57,31 @@
        ///  
        ///</summary>
        [SugarColumn(ColumnName = "COMPANY")]
        public string Company { get; set; }
        public string? Company { get; set; }
        /// <summary>
        ///  
        ///</summary>
        [SugarColumn(ColumnName = "FACTORY")]
        public string Factory { get; set; }
        public string? Factory { get; set; }
        /// <summary>
        ///  
        ///</summary>
        [SugarColumn(ColumnName = "FSTAND")]
        public string Fstand { get; set; }
        public string? Fstand { get; set; }
        /// <summary>
        /// 生成人 
        ///</summary>
        [SugarColumn(ColumnName = "LASTUPDATE_BY")]
        public string LastupdateBy { get; set; }
        public string? LastupdateBy { get; set; }
        /// <summary>
        ///  
        ///</summary>
        [SugarColumn(ColumnName = "CREATE_BY")]
        public string CreateBy { get; set; }
        public string? CreateBy { get; set; }
        [SugarColumn(IsIgnore = true)] public int? count { get; set; }
    }