payne
2024-05-03 09542900534645e28c23f16caa94aa8a2c20cc5b
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>
        /// 是否堆垛机库位
@@ -101,7 +101,7 @@
        /// <summary>
        /// 所在库区
        /// </summary>
        public long? AreaId { get; set; }
        public long AreaId { get; set; }
        
        /// <summary>
        /// 库区名称