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>