payne
2024-04-25 46af5a3a488e06c2eb4844a2dd72ad9ddcd7cdbd
iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/WmsMaterial.cs
@@ -23,7 +23,7 @@
        /// </summary>
        [Comment("物料名称")]
        [Required]
        [MaxLength(255)]
        [MaxLength(50)]
        public string MaterialName { get; set; }
@@ -32,7 +32,7 @@
        /// </summary>
        [Comment("物料编号")]
        [Required]
        [MaxLength(255)]
        [MaxLength(50)]
        public string MaterialCode { get; set; }
@@ -91,7 +91,7 @@
        /// </summary>
        [Comment("ABC分类")]
        public int? ABCClass { get; set; }
        public ABCClassEnum? ABCClass { get; set; }
        /// <summary>