647556386
2025-10-18 d01658c63cd541fe4ea5cec5c4bd7f23b9408cdb
WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_MaterielInfo.cs
@@ -49,7 +49,7 @@
        /// <summary>
        /// 物料规格
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 200, ColumnDescription = "物料规格")]
        [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "物料规格")]
        public string MaterielSpec { get; set; }
        /// <summary>
@@ -113,9 +113,9 @@
        public EnableEnum MaterielState { get; set; }
        /// <summary>
        /// 库存组织(默认:淮安特创二厂)
        /// 保质期
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "库存组织(默认:淮安特创二厂)")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "保质期")]
        public float? MaterielQa{ get; set; }