zjh
2025-02-28 148e3eea1fea2d45ab135c6e66e69d163a4dd811
StandardPda/MES.Service/Modes/MesQaItemsDetectDetail12.cs
@@ -14,32 +14,32 @@
        /// <summary>
        ///  
        ///</summary>
        [SugarColumn(ColumnName = "ID", IsPrimaryKey = true)]
        [SugarColumn(ColumnName = "ID",OracleSequenceName = "SEQ_QM_ID", IsPrimaryKey = true)]
        public decimal Id { get; set; }
        /// <summary>
        /// 检验结果 
        ///</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; }
    }