1
liuying
2024-04-25 4b9a6f3c7ed2a6e94b28459eac5f1f64eb36826d
iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/WmsMaterial.cs
@@ -67,7 +67,7 @@
        [Comment("物料类型")]
        [Required]
        public int MaterialType { get; set; }
        public long MaterialType { get; set; }
        /// <summary>
@@ -91,7 +91,7 @@
        /// </summary>
        [Comment("ABC分类")]
        public int? ABCClass { get; set; }
        public ABCClassEnum? ABCClass { get; set; }
        /// <summary>