payne
2024-04-25 b57f4eca1133a7ecad85abf3cff87fe88c366ec2
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>