payne
2024-04-24 f78f5686e934249f87bc07cb7bef3c3dbcd950c6
iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/WmsPlace.cs
@@ -50,7 +50,7 @@
        [Comment("库位类型")]
        [Required]
        public int PlaceType { get; set; }
        public PlaceTypeEnum PlaceType { get; set; }
        /// <summary>
@@ -76,7 +76,7 @@
        [Comment("库位属性")]
        [Required]
        public int PlaceStatus { get; set; }
        public PlaceStatusEnum PlaceStatus { get; set; }
        /// <summary>