liuying
2024-05-09 f4078b75fe80f03e58af3217bf642d0de118d1c9
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; }
@@ -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>