liuying
2024-04-24 44a93bbeb890317fd74e12032131fcc4d7e81f19
iWare_RawMaterialWarehouse_Wms/Admin.NET.Application/Service/WmsBase/WmsPlace/Dto/WmsPlaceOutput.cs
@@ -26,7 +26,7 @@
        /// <summary>
        /// 库位类型
        /// </summary>
        public int PlaceType { get; set; }
        public Admin.NET.Core.PlaceTypeEnum PlaceType { get; set; }
        
        /// <summary>
        /// 库位类型名称
@@ -41,7 +41,7 @@
        /// <summary>
        /// 库位属性
        /// </summary>
        public int? PlaceStatus { get; set; }
        public Admin.NET.Core.PlaceStatusEnum PlaceStatus { get; set; }
        
        /// <summary>
        /// 是否堆垛机库位