wangxinhui
昨天 57148c2264abe80bd3b472f2980104d90dad5c61
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_ReceiveOrderDetail.cs
@@ -109,5 +109,11 @@
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "物料规格")]
        public string MaterielSpec { get; set; }
        /// <summary>
        /// æ£€éªŒä¸åˆæ ¼æ ‡è¯†
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "检验不合格标识")]
        public int IsCheckOk { get; set; }
    }
}