xwt
2025-12-09 4fe0fa8f1703a5d815e310d2084e69481c19273d
MES.Service/Modes/MesOqcItemsDetect02.cs
@@ -134,5 +134,33 @@
        ///</summary>
        [SugarColumn(ColumnName = "DEPOT_ID")]
        public decimal? DepotId { get; set; }
        /// <summary>
        /// 生产线组
        ///</summary>
        [SugarColumn(ColumnName = "SJXB")]
        public string? Sjxb { get; set; }
        /// <summary>
        /// 销售订单号
        ///</summary>
        [SugarColumn(ColumnName = "XS_DDH")]
        public string? XsDdh { get; set; }
        [SugarColumn(IsIgnore = true)]
        public string? ItemName{ get; set; }
        [SugarColumn(IsIgnore = true)]
        public string? ItemModel { get; set; }
        [SugarColumn(IsIgnore = true)]
        public string? CreateUser { get; set; }
        //fcheckBy
        [SugarColumn(IsIgnore = true)]
        public string? FcheckUser { get; set; }
        [SugarColumn(IsIgnore = true)]
        public string? DepotName { get; set; }
    }
}